mkhairi / jquery-datatables

Jquery datatables ruby gems for assets pipeline
https://datatables.net/
Other
75 stars 18 forks source link

can't load stylesheets #22

Open mices opened 1 year ago

mices commented 1 year ago

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 commented 1 year ago

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