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
Added: rowsApi.originalRows - the rows data untouched (in sync mode - the rows data before the search filter)
Added: searchApi.validSearchText - is an empty string if the searched text did not pass the minSearchChars, if it does pass, it will be equal to searchText
asyncApi.resetRows - Will now also reset the selected rows and edit row
paginationApi - Added logic to automatically set the page to be within the range of possible pages
tableManager - Added logic to filter out selected rows that do not exist in the data anymore
tableManager - Added logic to reset the edit row if it does no exist in the data anymore
UI - Replaced the clear selection icon in the footer.