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
DataTable doesn't update when groupBy is used and the query changes the data (e.g., through a filter). I believe that the bug was introduced with commit #9c1ad71. Removing groupDataPopulated will let the DataTable update, but the group data still isn't updated. But, removing groupDataPopulated also breaks sorting within the group, so removal isn't an option.
Steps to Reproduce
Create a page in evidence
Write a query with some groups (e.g., customer)
Add a dropdown menu to filter the data (e.g., year)
Add filter to query
Display query results in a DataTable
Use dropdown to change data
DataTable doesn't update
Severity
serious, but I can work around it
Additional Information, or Workarounds
The workaround is to remove the DataTable grouping, which isn't ideal.
The text was updated successfully, but these errors were encountered:
Describe the bug
DataTable doesn't update when groupBy is used and the query changes the data (e.g., through a filter). I believe that the bug was introduced with commit #9c1ad71. Removing
groupDataPopulated
will let the DataTable update, but the group data still isn't updated. But, removinggroupDataPopulated
also breaks sorting within the group, so removal isn't an option.Steps to Reproduce
Severity
serious, but I can work around it
Additional Information, or Workarounds
The workaround is to remove the DataTable grouping, which isn't ideal.
The text was updated successfully, but these errors were encountered: