react-tisch icon indicating copy to clipboard operation
react-tisch copied to clipboard

Table component for React and Bootstrap with real React components as cells

Results 5 react-tisch issues
Sort by recently updated
recently updated
newest added

In some cases certain columns are conditionally added to a table. Currently react-tisch only accepts an empty array, but not an 'undefined' or a 'null'. This is unintuitive and makes...

To reproduce: - Open a table with multiple pages. - Navigate a few pages in using pagination. - Apply a column filter which significantly cuts down the number of rows...

It would be useful to pass in a boolean prop such as initializing or loading which when true, would show a single row with text in the centre saying 'Initializing...'...

Two little requests: - increase the margin between the column headers and the "Show [n] entries" and "Search" items - allow disabling of the "arrow up/arrow down" glyphicon next to...

It would be great if the user could select one or more rows, then trigger a custom function that received those rows as an argument (e.g. for opening a new...