Skip to content

V1.1.0

Choose a tag to compare

@NadavShaar NadavShaar released this 05 Nov 21:44
· 8 commits to main since this release
c71ff5b
  • support for react 17.0.1 or newer as a peer dependency.
  • Fixed issues: #91 #93.
  • 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.