Why am I missing sort icons after bundling the css and js files?
Why am I missing sort icons after bundling the css and js files?
I am using datatables and it was working fine, till I used the css and Js file using <link> and <script> tag. After bundling those files, I am missing sort icons.
Solutions Tried:
I have tried adding datatables_boostrap4 css file after bundling it. After that I am getting a different sort icon with different table structure (refer new table image). I want the default sort icon and table structure (refer image under old table).
How to get it with bundled css and js files?
Old Table :
New Table:
Answers
Inside the bundled file is a link to update the file. Please post the link so we can see the options you selected.
Kevin