Brian Hamlin
Brian Hamlin
Discovered that sorting only takes place on the table data. Added a conditional check for filteredData, and sort on that if it exists. This fixes the issue where sorting doesn't...
Using a column with both filter and sorting enabled: after entering a value in the filter, sorting columns no longer works. Clicking on the sort will change the arrow direction,...
Set the global filter value to lowercase, allowing it to match any case value.
The global filter only works when typing lower case letters. The regular column filter works with both lower case and upper case. Here's a post on the forum describing the...