Skip to content

TableToolbar

It is a container for elements located above the tabular data, in which there are two columns. On the right there should be a button for filters, and on the left there should be a record search form, a list of filters and buttons that appear when records are selected on the list.

Slots

default
The main slot for poems
filters
Slot on the filter button

Examples

Podstawowy
Space (left) on the search form, buttons after selecting records
Space (right) on the filter button
html
<table-toolbar>
  Space (left) on the search form, buttons after selecting records
  <template #filters>
    Space (right) on the filter button
  </template>
</table-toolbar>