Datatable working with HTML-based definition
-
We are trying to get a vue datatable working with HTML-based definition
of columns, its sizes, headers, colors etc. Currenly Qusar datatables seems
to work, with all these written in the VM (meaning, vue’s javascript definition)
Should not the View properties belong to HTML/CSS rather than Javascript?Something similar to: https://datatables.net/examples/data_sources/dom.html
Any suggestions how to achieve this?