Vuetify Version: 2.0.1
Last working version: 1.5.16
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Linux x86_64
Add a data table and use various options to try to hide the items-per-page combobox.
Before 2.0, data tables used to hide (rows-per-page-items) combobox if there was only one option to select from.
Is there a way to hide only that part (combobox) of data table's footer? I've tried using items-per-page-options, items-per-page-text, and disable-items-per-page.
P.S. docs for v-data-footer are missing descriptions when accessed from data table's page (https://vuetifyjs.com/en/components/data-tables), but work fine when accessed from data iterator's page (https://vuetifyjs.com/en/components/data-iterators)
Using the options above, I've only managed to disable (not hide) the combobox.
Similarly, even with disable-sort and all headers having sortable: false, there will be a "sort by" combobox shown (disabled, but visible) if the screen width is reduced sufficiently. Please see the updated pen above for demo (https://codepen.io/anon/pen/dxOZBa) and reduce screen width below 600px.
Most helpful comment
https://codepen.io/anon/pen/oKYEYz