DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
627 stars 423 forks source link

Bootstrap3 col-xs support #285

Closed Bamuel closed 3 months ago

Bamuel commented 3 months ago

In Bootstrap3,

If you do col-sm-6 it will not work properly and need to specify col-xs-6

Before: image

After: image

AllanJard commented 3 months ago

Does it not depend on where you want the break point? You want it at the Bootstrap xs point, where as I have it at sm. Perhaps an option would be to make that configurable in future.

Bamuel commented 3 months ago

An option to manage the layout class would be awesome feature to resolve this issue.

Bamuel commented 2 months ago

Thanks for implementing a solution 👍🏻 https://github.com/DataTables/DataTablesSrc/releases/tag/2.1.0 https://datatables.net/examples/layout/ids-and-classes.html