jamesdordoy / laravel-vue-datatable

Vue.js Datatable made for Laravel
https://jamesdordoy.github.io/laravel-vue-datatable
MIT License
151 stars 52 forks source link

Table is not responsive #93

Closed uisumo closed 4 years ago

uisumo commented 4 years ago

Hi,

Could anyone guide me on how to achieve table responsiveness using this component?

I used these classes by default. But the table is not responsive.

`default: () => ({

            "table-container": {
                "table-responsive": true,
            },
            "table": {
                "table": true,
                "table-striped": true,
                "border": true,
                "tableclass": true,
            },
            "t-head": {},
            "t-body": {},
            "td": {},
            "th": {},
        }),`

Appreciate your suggestions, please.

Thanks,

jamesdordoy commented 4 years ago

Closing as the UI for the table will be moving to Tailwind before the end of October.

A responsive table will be available upon release or will follow shortly after,