KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Datagrid multiple sort button is coming in datatables #1344

Closed ankit raj opened this topic on on Mar 11, 2020 - 2 comments

ankit raj commented on Mar 11, 2020

hello, i am using dataTables of datagrid package but i get multiple sort button on sortable columns as seen in the picture. One is arrow up down and one is chevron up-down. What should i do?

KoolReport commented on Mar 11, 2020

Please try to specify the themeBase like this:

DataTables::create(array(
    ...
    "themeBase"=>"bs4"
));

Please let us know if it helps.

ankit raj commented on Mar 11, 2020

Thanks multiple bootstrap was messing it probably. providing one base helped

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed
solved

DataGrid