need help
need help
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This discussion has been closed.
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
https://datatables.net/extensions/responsive/examples/display-types/bootstrap5-modal.html
I used this data table in bootstrap 5 with multiple data table in one page its collapse button not display in each data table only display in one which currently open
i any one have solution guide me
If you are initializing the Datatables in hidden elements then use
columns.adjust()followed byresponsive.recalc(), like the second example, to recalculate the column widths when the table is made visible. See this BS Tabs example.Kevin
I want this type of styling in each data table. which is not working in multiple data table in one page in bootstrap5
I can reassure you that it works with bootstrap 3 and multiple data tables. So what exactly is not working? Are there error messages in the console? Can you post a test case please.
Here is a trivial little example showing it working with multiple Bootstrap 5 tables on a single page: http://live.datatables.net/gozopove/1/edit .
As noted by @rf1234 - please link to a test case showing the issue in order for us to be able to help you. Please also refer to the forum rules which note the requirement for a test case.
Allan