wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

Update to sticky-header.html , example file #485

Closed c-viswanath closed 1 year ago

c-viswanath commented 1 year ago

Previously ,thead-dark was causing the table header to turn entirely black without the text changing to a light color. Here's the screenshot of the problem: image

image Link to the current example:https://live.bootstrap-table.com/example/extensions/sticky-header.html So, instead ofthead-light and thead-dark, table-light and table-dark could be used to solve the issue Screenshot of the updated file example: image

image Link to the updated example: https://live.bootstrap-table.com/code/c-viswanath/15668

Also opened a Pull request for the same:https://github.com/wenzhixin/bootstrap-table-examples/pull/484

wenzhixin commented 1 year ago

Merged! Thanks

c-viswanath commented 1 year ago

You're welcome!