Bootstraptable version(s) affected
1.24.1
Description
- Add options data-height
 
- Add options data-filter-control (as example https://live.bootstrap-table.com/example/extensions/filter-control.html)
 
- Add hidden class on start (.hidden{display: none})
 
- Add button for show table (remove class hidden)
 
- Run page
 
- Click Button for show table
 
Bug result: no header of table:
https://live.bootstrap-table.com/code/DmVoytikov/18810
If no data-height => header exists
Example(s)
https://live.bootstrap-table.com/code/DmVoytikov/18810
Possible Solutions
to execute
...bootstrapTable('refresh');
after show table;
Additional Context
No response