singlequote / Laravel-datatables

This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations.
https://singlequote.github.io/Laravel-datatables/
MIT License
18 stars 6 forks source link

Add ability for custom classes to the thead #32

Closed happymacarts closed 3 years ago

happymacarts commented 3 years ago

I submitted my first ever pull request for this issue.

Often users may want to use boostrap classes on the thead "thead-dark"

Please add the ability to define a theadClass in model

wimurk commented 3 years ago

@happymacarts thanks for contributing to the package. I linked your merge request

wimurk commented 3 years ago

31 linked