react-bootstrap-table
react-bootstrap-table copied to clipboard
A Bootstrap table built with React.js
Hi @AllenFang , I'm wanting to use AsyncTypeahead in a field in the cellEdit modal, but still have access to the validations, I can't work out how to do it...
I want to get the formatted data. But every time, that gives me a row data.
Hello. Really I can't understand why did not rerender table when data is changed. I added my code in the follow. Really data is updated correctly but table is not...
I have a table which is similar to the example "Column Format with React" except that a column which has checkboxes can be toggeled. In the example, the last column...
if have the object ``` { name: "Test", User: { name: "Test 2" } } ``` I need access the User.name in dataFields, how make this ?
When we use react-select including boot strap-table, it automatically goes back to the datatable. I have tried to set 'z-index', 'overview:inherit !important', but still it doesn't work. The issue is...
Hi Allen, Hope you are doing well. And most importantly you are doing great job! I had been trying to add show scroll bar with fixed header by using height...
When: - editable property of TableHeaderColumn is a function - the function returns false value Then: there is a warning message in console. ``` warning.js?6327:33 Warning: Received `false` for a...
I am using react-bootstrap-table ^4.3.1 I want remote pagination so i set to remote={true} but i want local sorting. id {tableColumnsData} Actions Can you please help..
Before this PR fix, in the case the Footer has a scrollbar and you move it, then the Header and Body containers scrollbars aren't moved / synced with the Footer...