niiknow / vue-datatables-net

Vue jQuery DataTables.net wrapper component
https://niiknow.github.io/vue-datatables-net/
MIT License
171 stars 58 forks source link

Hardcoded .table-responsive class results in permanently visible horizontal scrollbars #16

Closed omnichronous closed 5 years ago

omnichronous commented 5 years ago

Bootstrap provides resolution-specific variants of this class to work around this issue, such as table-responsive-xl. It would be better if the user could set their own class on the table wrapper instead of having to manually do it with jQuery after table initialization.

noogen commented 5 years ago

You can now configure it - https://github.com/niiknow/vue-datatables-net/blob/62831b8a2a118605606c9b1cbc7f3fbe4446a185/src/VdtnetTable.vue#L53