You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple-datatables has it's option fixedColumns set to true by default, but it does not work.
When navigating through the pages, the column width's change.
Describe the bug
simple-datatables
has it's optionfixedColumns
set totrue
by default, but it does not work.When navigating through the pages, the column width's change.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Datatables should have fixed columns by default, so when navigating column width of columns won't change.
Additional context
How this works is that
simple-datatables
calculates the width for each column and puts that in the header like:The issue is Flowbite adds:
See https://github.com/themesberg/flowbite/blob/main/plugin.js#L710
The text was updated successfully, but these errors were encountered: