Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
641 stars 105 forks source link

Change formTrailingTag to use <span> #171

Closed trainman75 closed 8 months ago

trainman75 commented 3 years ago

Change <i> tags to <span> to allow more granular setting of the icon class, especially when used within tailwindcss projects Additional config option added to set the class for the icon span Tests updated accordingly

Kyslik commented 3 years ago

Maybe make it configurable but leave the default to <i>?