vincjo / svelte-simple-datatables

A Datatable component for Svelte

Home Page:https://vincjo.fr/svelte-simple-datatables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable all/some CSS

MattPurland opened this issue · comments

Would it be possible to have a setting to disable CSS? For example I'd like complete control over the styling (borders, margin, height/width, etc), but not any CSS that's required for functionality, like layout and positioning.

To disable CSS there is a new setting : { css: false }
I made some style examples to help with customization.

Demo: CSS

Perfect, thanks