portainer/app/react/components/datatables
Ali d7fc2046d7
feat(config): separate configmaps and secrets [EE-5078] (#9029)
2023-06-12 09:46:48 +12:00
..
ActionsMenu.module.css
ActionsMenu.tsx refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
ActionsMenuTitle.module.css
ActionsMenuTitle.tsx
ColumnVisibilityMenu.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
Datatable.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
DatatableContent.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
DatatableFooter.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
DatatableHeader.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
ExpandableDatatable.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
ExpandableDatatableRow.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
Filter.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
NameCell.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
NestedDatatable.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
NestedTable.css chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
NestedTable.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
QuickActionsSettings.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
RowContext.tsx refactor(ui): remove global providers [EE-4128] (#7578) 2022-09-20 21:14:24 +03:00
SearchBar.tsx chore(prettier): add tailwind prettier plugin [EE-4809] (#8221) 2023-02-13 10:04:24 +13:00
SelectedRowsCount.tsx
Table.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
TableActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableContainer.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
TableContent.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
TableFooter.tsx fix(app/home): env tile hover style [EE-5299] (#8765) 2023-05-04 16:00:56 +02:00
TableHeaderCell.module.css fix(ui): remove unwanted icon hover fill EE-3737 (#7284) 2022-07-27 14:11:54 +12:00
TableHeaderCell.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
TableHeaderRow.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
TableHeaderSortIcons.module.css feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165) 2022-07-08 01:20:33 +12:00
TableHeaderSortIcons.tsx chore(prettier): add tailwind prettier plugin [EE-4809] (#8221) 2023-02-13 10:04:24 +13:00
TableRow.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
TableSettingsMenu.tsx refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
TableSettingsMenuAutoRefresh.module.css
TableSettingsMenuAutoRefresh.tsx refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
TableTitle.tsx chore(prettier): add tailwind prettier plugin [EE-4809] (#8221) 2023-02-13 10:04:24 +13:00
TableTitleActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
defaultGetRowId.ts refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
expand-column.tsx chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
filter-types.ts chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
index.ts refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
select-column.tsx feat(config): separate configmaps and secrets [EE-5078] (#9029) 2023-06-12 09:46:48 +12:00
sort-arrow-down.svg feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165) 2022-07-08 01:20:33 +12:00
sort-arrow-up.svg feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165) 2022-07-08 01:20:33 +12:00
types.ts chore(deps): upgrade typescript [EE-4841] (#8247) 2023-05-14 16:24:37 +07:00
useGoToHighlightedRow.ts chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
useRepeater.ts
useTableSettings.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
useTableState.ts chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00