You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
In version 1.x, you can use the :expanded-row-keys.sync="expandedRowKeys" method to obtain the ability of two-way binding.
But in the 3.x version, you must manually bind the expandedRowsChange event.
If you can keep the same as in 1.x and emit the update:expandedRowKeys event, you can simply use it v-model:expandedRowKeys="expandedRowKeys" to get the expandedRowKeys of the two-way binding
What does the proposed API look like?
expandedRowKeys supports two-way binding.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
In version 1.x, you can use the
:expanded-row-keys.sync="expandedRowKeys"
method to obtain the ability of two-way binding.But in the 3.x version, you must manually bind the expandedRowsChange event.
If you can keep the same as in 1.x and emit the update:expandedRowKeys event, you can simply use it
v-model:expandedRowKeys="expandedRowKeys"
to get the expandedRowKeys of the two-way bindingWhat does the proposed API look like?
expandedRowKeys supports two-way binding.

The text was updated successfully, but these errors were encountered: