aggrid.get_client_data
returns unsorted data
#3581
Labels
enhancement
New feature or request
Milestone
Description
I am finding that
AgGrid.get_client_data
returns the unsorted and unfiltered data. This makes sense as it uses theapi.forEachNode
call internally. It would if the forEach method could be defined in theget_client_data
call as an optional argument.See: https://www.ag-grid.com/javascript-data-grid/accessing-data/
I will work on a PR that adds this
The text was updated successfully, but these errors were encountered: