react-table-library
react-table-library copied to clipboard
:bento: React Table Library
Can't find a way to pass the `onInit` callback in a `Compact` table like you can in the regular `Table`. Is there one and i'm simply missing it?
I was trying to make several fields-filters (Select) but every time the data-value (data = {nodes} was ovewritten. How to deal with it? Could you provide an example.
Am I right that there is no mobile devices support at all? Like, when all the columns cant fit horizontally due to device screen width, they start to become collapsed...
Basically, even if the table has only 2 rows, all the container space will be occupied and the header + 2 rows will each be very big in height(1/3 of...
before: after: looks like https://github.com/table-library/react-table-library/releases/tag/v4.1.1 was trying to address this? however it doesn't fix it for me.
The code is giving below error: ```js Unhandled Runtime Error TypeError: (0 , _emotion_utils__WEBPACK_IMPORTED_MODULE_4__.registerStyles) is not a function Call Stack Insertion node_modules\@emotion\react\dist\emotion-element-6a883da9.browser.esm.js (175:16) renderWithHooks node_modules\react-dom\cjs\react-dom.development.js (14985:0) mountIndeterminateComponent node_modules\react-dom\cjs\react-dom.development.js (17811:0) beginWork...
Hi, do you plan on supporting a commonJS build of the library or will it stay pure ESM?
I'm using a Composable table in a create-react-app. I have a HeaderCellSelect in the HeaderRow and a CellSelect in the Body Row. Are there any examples of how to set...
Hi. `renderAfterRow` is not working correctly when using Virtualized Tables.
Is it possible to set row props based on the row data in CompactTable? For example, I would like a row background based on the data status (red/green). If not,...