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
Our table keeps add new rows that are received from a server. Suppose we have column values 0, 1, 2, 3 when we work on a column (say integers) for filter. If we deselect "0" in the filter popup window, it works fine for current values. However, if we receive new rows with values 4, 5, 6, they won't show up due to the filtering. Can you add a control on the popup windows to allow (or disallow) showing new values? Thanks!
The text was updated successfully, but these errors were encountered:
Our table keeps add new rows that are received from a server. Suppose we have column values 0, 1, 2, 3 when we work on a column (say integers) for filter. If we deselect "0" in the filter popup window, it works fine for current values. However, if we receive new rows with values 4, 5, 6, they won't show up due to the filtering. Can you add a control on the popup windows to allow (or disallow) showing new values? Thanks!
The text was updated successfully, but these errors were encountered: