Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

By default, Bootstrap-Table highlights the current row on mouse over: https://examples.bootstrap-table.com/ How can I achieve the same with the current column? (As a matter of fact, it would be even ...
Leszek Pachura's user avatar
0 votes
3 answers
55 views

I am working with React Js for Frontend application. I have one table structure like below- <BootstrapTable ...
sunil's user avatar
  • 163
3 votes
1 answer
3k views

I have a existing react 17 application, which needs to migrate react 18. So when migrating I faced compatible issue with react-bootstrap-table-next. "While resolving: react-bootstrap-table-next@4....
TChami's user avatar
  • 31
1 vote
1 answer
300 views

I have the following column formatter: // const [shouldShowCancel, setShouldShowCancel] = useState(false); function nameColumnFormatter(cell, row) { var shouldShowCancel = false; return ( ...
Niko's user avatar
  • 850
1 vote
0 answers
275 views

I want to add a custom Header to a CSV file that I get from exportCSV of react-bootstrap-table2-toolkit Documentation: https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index....
DIVYA BAID's user avatar
1 vote
0 answers
314 views

I'm trying to use add sorting and pagination to a HTML table by using react-bootstrap-table. I'm able to make it work on all fields except the last column where I need to map an array that has a link ...
Oregano's user avatar
  • 11
0 votes
1 answer
212 views

I am using: "react-bootstrap-table-next": "4.0.3", "react-bootstrap-table2-paginator": "^2.1.2", "react-bootstrap-table2-toolkit": "^2.1.3", ...
Gourav's user avatar
  • 1
0 votes
0 answers
60 views

I have a react-bootstrap table and I need to export table data to a pdf. 'useReactToPrint' along with useRef is not working properly. Any other method campatible with react-bootstrap table? Generate a ...
Sinera Wijethunga's user avatar
0 votes
1 answer
709 views

I'm trying to update a symfony project and its nodes plugins. I just discovered that when running my app, I get a webpack error about Uncaught bootstrap (not working after that) table saying TypeError:...
matt's user avatar
  • 1
0 votes
1 answer
117 views

I am using bootstrap datatable in my React application function MyApp(){ const tableRef = useRef(null); const [tableSave, setTableSave] = useState(null) const [dataFromAPI, setDataFromAPI] = useState(...
Ghias Ali's user avatar
  • 427
-1 votes
1 answer
795 views

I am using this react bootstrap table with striped rows. According to the docs, I can "Invert the colors of the table — with light text on dark backgrounds by setting variant as dark." ...
ragmats's user avatar
  • 151
0 votes
3 answers
69 views

I am creating a table and fetching data using Axios. However, I am not able to print the data – when I check, the data is being printed in the browser, but I am not able to print the particular data ...
Sougata Mukherjee's user avatar
0 votes
2 answers
921 views

i wanted to create a table using react-bootstrap .so installed react-bootstrap by npm install react-bootstrap boostrap then i imported the Table from react-bootstrap and rendered the table but it is ...
Hamdan Salih's user avatar
1 vote
1 answer
259 views

Below is the object I use. { dataField: "hostname", text: "hostName", filter: textFilter({ placeholder: t("hostName"), ...
yokus's user avatar
  • 183
1 vote
0 answers
380 views

I'm having a hard time trying to enable/disable checkboxes using Bootstrap Table Next and React. For the checkboxes I'm using a column formatter like this: formatter: (cell, row) => { ...
Mick's user avatar
  • 46

15 30 50 per page
1
2 3 4 5
25