yajra/laravel-datatables-html

Column::responsive proposal.

matteocostantini opened this issue · 5 comments

Hi,
it's very important to implement Column::responsive function.
I'm using Column::make(null,'')->content('')->addClass('control')->title('')->orderable(false)->searchable(false)->printable(false)->exportable(false)->width('5%'),
But it's important to save time and code weigth.

Thank you!

yajra commented

Is there a responsive option for column? It seems like there is no docs for it https://datatables.net/reference/option/columns.responsive?

Maybe what you need is responsivePriority? https://datatables.net/reference/option/columns.responsivePriority

Anyways, PR is welcome for this proposal. Thanks!

No it's no priority but it's for reserve a column (first) to pin/unpin the hidden resultset of a responsive table

yajra commented

Not familiar with that, can you please send a PR to better visualize your issue. Or provide sample js codes. Thanks!

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.