react-bootstrap-table icon indicating copy to clipboard operation
react-bootstrap-table copied to clipboard

A Bootstrap table built with React.js

Results 104 react-bootstrap-table issues
Sort by recently updated
recently updated
newest added

hi, is there able to not showing the header row of the table. Cuz i dont' want any header but just the content ``` ... ... ```

help wanted

For the react-bootstrap-table (not 2) how can we find the number of selected rows? On select, I need to verify that the number of selected rows can not be >...

Is there anyway to hide a column and the column header dynamically such that they can be toggled on or toggled off as user wants to see more or less...

Table header is missing the accessibility i believe. Things like getting focus on the header column and sorting are not able to achieve with keyboard alone.

help wanted

If data table contains more than 20 columns. first 2 column should not scroll horizontally. Only other 18 columns will scroll horizontally, so that the user will always see the...

I had an issue with pagination, my requirment is whenever page change happens I need to clear all selected rows. For this I tried using onPageChange(page, sizePerPage) method. In this...

Hello, I am new to react and started using react-bootstrap-table-next module in my app and i am getting below warning message, when i use noDataIndication prop. Please suggest me for...

@AllenFang I am working on cell edit functionality of react-bootstrap-table. In which I am using `editable={ { type: 'select', options: { values} } }` to make the cell editable with...

suppose we have 20 table Header column if i tried to apply custom filter in 17 one its position of filter is going some where insted of showin in same...

I need to allow row edit - open all columns in a row for edit mode when clicking on it. Any ideas for how it can be done? Thanks

help wanted