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
(1. Directly copy the CodeSandbox in the [Customized filter panel] in the document.
2. Modify the columns and add a group to the original columns.
3. print the filters in @change and you can find that the filters only contain the currently confirmed columns, and when switching paging, the previously modified filters are lost and the printed filters are empty.)
What is expected?
@change中filters可以正常输出,即切换分页时,filters不为空。
(The filters in @change can be output normally, that is, when switching paging, the filters are not empty.)
What is actually happening?
@change中,切换分页时,filters为空。
(In @change, when switching paging, filters are empty.)
The text was updated successfully, but these errors were encountered:
BillEliot
changed the title
【表头分组】会影响change中filters和sorters的正确获取
【表头分组】会影响change中filters和sorters的正确获取(Group will affect the correct acquisition of filters and sorting in change)
Dec 5, 2023
Version
4.0.7
Environment
fork文档的CodeSandbox环境
(Same CodeSandbox environment as the document)
Reproduction link
Steps to reproduce
(1. Directly copy the CodeSandbox in the [Customized filter panel] in the document.
2. Modify the columns and add a group to the original columns.
3. print the filters in @change and you can find that the filters only contain the currently confirmed columns, and when switching paging, the previously modified filters are lost and the printed filters are empty.)
What is expected?
@change中filters可以正常输出,即切换分页时,filters不为空。
(The filters in @change can be output normally, that is, when switching paging, the filters are not empty.)
What is actually happening?
@change中,切换分页时,filters为空。
(In @change, when switching paging, filters are empty.)
The text was updated successfully, but these errors were encountered: