/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/table/index.ts
34 строки
3 KB
Kristiyan Kostadinov
docs: move some drag&drop examples into separate packages (#32620)
07 янв 2026, 20:16
Не верифицирован
07 янв 2026, 20:16
3b8f7f3
Код
Авторство
О чём код?
export {TableFlexBasicExample} from './table-flex-basic/table-flex-basic-example'; export {TableBasicExample} from './table-basic/table-basic-example'; export {TableDynamicColumnsExample} from './table-dynamic-columns/table-dynamic-columns-example'; export {TableExpandableRowsExample} from './table-expandable-rows/table-expandable-rows-example'; export {TableFilteringExample} from './table-filtering/table-filtering-example'; export {TableFooterRowExample} from './table-footer-row/table-footer-row-example'; export {TableHttpExample} from './table-http/table-http-example'; export {TableMultipleHeaderFooterExample} from './table-multiple-header-footer/table-multiple-header-footer-example'; export {TableMultipleRowTemplateExample} from './table-multiple-row-template/table-multiple-row-template-example'; export {TableOverviewExample} from './table-overview/table-overview-example'; export {TablePaginationExample} from './table-pagination/table-pagination-example'; export {TableRowContextExample} from './table-row-context/table-row-context-example'; export {TableSelectionExample} from './table-selection/table-selection-example'; export {TableSortingExample} from './table-sorting/table-sorting-example'; export {TableStickyColumnsExample} from './table-sticky-columns/table-sticky-columns-example'; export {TableStickyComplexFlexExample} from './table-sticky-complex-flex/table-sticky-complex-flex-example'; export {TableStickyComplexExample} from './table-sticky-complex/table-sticky-complex-example'; export {TableStickyFooterExample} from './table-sticky-footer/table-sticky-footer-example'; export {TableStickyHeaderExample} from './table-sticky-header/table-sticky-header-example'; export {TableTextColumnAdvancedExample} from './table-text-column-advanced/table-text-column-advanced-example'; export {TableTextColumnExample} from './table-text-column/table-text-column-example'; export {TableWrappedExample, WrapperTable} from './table-wrapped/table-wrapped-example'; export {TableReorderableExample} from './table-reorderable/table-reorderable-example'; export {TableRecycleRowsExample} from './table-recycle-rows/table-recycle-rows-example'; export {TableHarnessExample} from './table-harness/table-harness-example'; export {TableWithRipplesExample} from './table-with-ripples/table-with-ripples-example'; export {TableColumnStylingExample} from './table-column-styling/table-column-styling-example'; export {TableRowBindingExample} from './table-row-binding/table-row-binding-example'; export {TableDynamicArrayDataExample} from './table-dynamic-array-data/table-dynamic-array-data-example'; export {TableDynamicObservableDataExample} from './table-dynamic-observable-data/table-dynamic-observable-data-example'; export {TableGeneratedColumnsExample} from './table-generated-columns/table-generated-columns-example'; export {TableFlexLargeRowExample} from './table-flex-large-row/table-flex-large-row-example'; export {TableVirtualScrollExample} from './table-virtual-scroll/table-virtual-scroll-example'; export {TableDragDropExample} from './table-drag-drop/table-drag-drop-example';