Hey,
I'm trying to integrate ColReorder for Datatables. It has bootstrap5 styles here and see the example here:
I checked the package.json and the styles for it already included in your bundle. But when I try to use it, the column size gets the tables size when moving.
See screenshot below, which class do you think is missing here?
Hi Mete,
Sorry for the delay. Glad you have found a workaround. We will check this and fix it. There is probably a conflict between Metronic styles and Datatable styles.
Thank you for your patience.
Best regards.
by the way the solution for me is to add width: auto !important; to table.dtcr-cloned.dataTable inside datatables.bundle.css can you please check if there is something overriding it?