react-tabulator v0.18.1 Release Notes

Release Date: 2022-01-24 // about 2 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