Lines Matching full:components

4 [BoostrapVue table component](https://bootstrap-vue.org/docs/components/table).
13 [Bootstrap-vue table component's documentation page](https://bootstrap-vue.org/docs/components/tabl…
133 [cell slot](https://bootstrap-vue.org/docs/components/table#comp-ref-b-table-slots)
137 [TableRowExpandMixin](https://github.com/openbmc/webui-vue/blob/master/src/components/Mixins/TableR…
144 [row-details slot](https://bootstrap-vue.org/docs/components/table#comp-ref-b-table-slots)
181 import TableRowExpandMixin, { expandRowLabel } from '@/components/Mixins/TableRowExpandMixin';
184 components: { IconChevron },
207 [BootstrapVue table filtering](https://bootstrap-vue.org/docs/components/table#filtering)
209 [@filtered](https://bootstrap-vue.org/docs/components/table#filter-events) event
213 Import the `<search>` and `<table-cell-count>` components and include them in
217 [SearchFilterMixin](https://github.com/openbmc/webui-vue/blob/master/src/components/Mixins/SearchFi…
264 import Search from '@/components/Global/Search';
265 import TableCellCount from '@/components/Global/TableCellCount';
266 import SearchFilterMixin, { searchFilter } from '@/components/Mixins/SearchFilterMixin';
269 components: { Search, TableCellCount },
333 import TableRowAction from '@/components/Global/TableRowAction';
336 components: { IconDelete, IconEdit, TableRowAction },
414 import TableFilter from '@/components/Global/TableFilter';
415 import TableFilterMixin from '@/components/Mixins/TableFilterMixin';
418 components: { TableFilter },
521 import TableToolbar from '@/components/Global/TableToolbar';
526 } from '@/components/Mixins/BVTableSelectableMixin';
529 components: { TableToolbar },
646 } from '@/components/Mixins/BVPaginationMixin';