vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.64k stars 730 forks source link

w2ui 2.0 grid - has some missing advertised features, misc etc. #2459

Open sudovietcsudoers opened 10 months ago

sudovietcsudoers commented 10 months ago

Short description / current behavior:

Link to jsfidle / steps to reproduce:

https://jsfiddle.net/kylob/Ltd19ahe/64/

vitmalina commented 8 months ago

Try linking these files

https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.js https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.css

marcboon commented 5 months ago

Try linking these files

https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.js https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.css

when I link these files directly from my app, I get loading errors because of wrong mime type. These files are both served with mime-type text/html, instead of text/javascript and text/css. Is it possible to fix that, so I can always link the latest version while developing my app?