fiduswriter / simple-datatables

DataTables but in TypeScript transpiled to Vanilla JS
Other
1.31k stars 231 forks source link

[BUG] Cant get Template to work... #362

Closed mouse0270 closed 6 months ago

mouse0270 commented 6 months ago

Describe the bug Where ever I try to use datatables to adjust the style or components of the template it just seems to ignore any changes.

To Reproduce

I have created a codepen here: [https://codepen.io/mouse0270/pen/qBgzVLK] that demonstrates the issue.

Steps to reproduce the behavior: Look at codepen and you'll notice that the resulting template excludes the data attribute on the search's container div

Expected behavior To display the desired template

mouse0270 commented 6 months ago

Sorry I am stupid, I found the issue, I was importing it twice and using an older version. Version 6 instead of latest