react-tabulator v0.18.1 Release Notes
Release Date: 2022-01-24 // about 3 years ago-
- ๐ฅ BREAKING: refactor: major refactor: useEffect, useState.
- ๐ฅ BREAKING: changed 'ref' prop to 'onRef' prop (see ReactTabulatorExample.tsx)
- ๐จ refactor: ReactTabulatorExample.tsx
Previous changes from v0.17.1
-
- ๐ฅ BREAKING: upgraded tabulator-tables to 5.0.10
- ๐ฅ BREAKING: added "events" prop, callback props (like: rowClick) are now deprecated.
- feat: added "checkOptions" prop: if set to true, it will rerender when options changed.
- feat: added typescript types: ReactTabulatorOptions
- ๐ fix: for pagination using scroll & ajaxURL
- ๐ use pnpm instead of npm