kdion4891 / laravel-livewire-tables

A dynamic, responsive Laravel Livewire table component with searching, sorting, checkboxes, and pagination.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Kev-Jaques opened this issue · 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

submit a pr with proposed changes