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

How to remove search bar and drop-down list of pagination #123

Closed 3a532012 closed 3 years ago

3a532012 commented 3 years ago

i didn't use it usually .that's why i wana remove it, is there has any way can reach it?

thanks in advance

hayat97 commented 3 years ago

You can override the filters slot.

    <data-table
        :columns="columns"
        url="http://example.test/example">
    <div slot="filters" ></div>
    </data-table>
3a532012 commented 3 years ago

it worked. thanks you so much @hayat97