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
I have a "select all" th cell in the header that is set to sorter-false and filter-false (clicking the checkbox normally causes all checkboxes for displayed rows to be checked). For other columns I am using server-side sorting and filtering. When I click on the select all checkbox in the header or select a checkbox for an individual row, it triggers and ajax call and causes all checkboxes to deselect. If sorter-false and filter-false is set, then it doesn't seem like an ajax call should be generated when clicking on an element in that column.
The text was updated successfully, but these errors were encountered:
I have a "select all" th cell in the header that is set to sorter-false and filter-false (clicking the checkbox normally causes all checkboxes for displayed rows to be checked). For other columns I am using server-side sorting and filtering. When I click on the select all checkbox in the header or select a checkbox for an individual row, it triggers and ajax call and causes all checkboxes to deselect. If sorter-false and filter-false is set, then it doesn't seem like an ajax call should be generated when clicking on an element in that column.
The text was updated successfully, but these errors were encountered: