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

good day. I want to use a default filter by react-select on table - so I need a ref on the column. How can I make this? ref on column...

Hello, I have a table with items and the user can click on a row to go to the item page. In this table, I have "Text" fields and "ActionsBtn"...

Hi, Is there any other options for adding rows without using a modal ? actually im using the table on a modal where i have already a form to add...

help wanted
in progress
react-bootstrap-table2

I have enabled expand row on click of a row. At the same time, I have a column called `Actions`. When I click on any action let's say `tag action`,...

Hello, I just came across a problem with editable cell. I need to attach a class method to hook `beforeSaveCell`, intending to dispatch an action to call backend API. Then...

Below is my code snippet: import React, {Component} from 'react'; import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table'; import { Table } from 'reactstrap'; class AccountSearchResultPage extends Component { onRowClick(row) {...

Originally I had this problem: ![image](https://user-images.githubusercontent.com/30600332/57188782-d0148b80-6ec9-11e9-8fde-2dead5c079c7.png) ![image](https://user-images.githubusercontent.com/30600332/57188783-e1f62e80-6ec9-11e9-866a-398bf895cc68.png) Then I paste "import 'react-bootstrap-table/dist/react-bootstrap-table.min.css';" in my code and got this: ![image](https://user-images.githubusercontent.com/30600332/57188791-fe926680-6ec9-11e9-9d9a-bf46d35a28c5.png) It is a table with over 20 columns. I don't care...

which results in, when you have a mix of editable and non-editable cells in a row, that when you tab from cell to cell while editing (keyboard navigation enabled in...

help wanted

I want to set my table is responsesive same https://getbootstrap.com/docs/4.3/content/tables/ now my table is this picture ![mytable](https://user-images.githubusercontent.com/49411751/58036165-a9568600-7b54-11e9-8dbc-b414f43f5b46.PNG)