oxbow
oxbow copied to clipboard
filter with dynamic table content
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!