laravel-livewire-tables icon indicating copy to clipboard operation
laravel-livewire-tables copied to clipboard

Remove Inline Styles and add tr, th, td public properties

Open Kev-Jaques opened this issue 5 years ago • 1 comments

Hi,

This is an excellent table replacement for dataTables, however adding inline styles is not great, for example the click span has same inline style just to add a cursor when this can be done via CSS.

For consistency across this package it would be good to have:- Public property class defaults for tbody, tr, th, td elements whereas table and thead have.

Expected simple table so styles can be added at the CSS level rather than have to remove them and/or then add in needed styles.

Thanks

Kev

Kev-Jaques avatar Apr 03 '20 17:04 Kev-Jaques

submit a pr with proposed changes

kejojedi avatar Apr 11 '20 04:04 kejojedi