jquery-datatables icon indicating copy to clipboard operation
jquery-datatables copied to clipboard

can't load stylesheets

Open mices opened this issue 2 years ago • 1 comments

I'm supposed to be able to load the stylesheets just by the import statements in datatables.scss ? They don't work for me in my rails 7 app I get

Error: Can't find stylesheet to import. ╷ 1 │ @import "datatables/dataTables.bootstrap4"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Can you please advise? Am I supposed to copy the scss files from the gem to my app?

mices avatar Jun 05 '23 13:06 mices

I got the not found errors cleared by installing npm package with this same name Should I have had to do that, it still doesn't work I just don't get any errors The column headers aren't links

mices avatar Jun 06 '23 00:06 mices