portainer/app/react/components/datatables
Chaim Lev-Ari da615afc92
refactor(kube/volumes): migrate to react [EE-4695] (#10987)
2024-04-02 22:10:22 +03:00
..
extend-options refactor(docker/stacks): migrate table to react [EE-4705] (#9956) 2023-09-07 15:59:59 +01:00
ActionsMenu.module.css refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
ActionsMenu.tsx refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
ActionsMenuTitle.module.css refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
ActionsMenuTitle.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
ColumnVisibilityMenu.tsx refactor(docker/services): convert services table to react [EE-4675] (#10289) 2023-10-22 12:32:05 +03:00
Datatable.tsx feat(kube): add a11y props for smoke tests [EE-6747] (#11263) 2024-02-29 09:26:13 +02:00
DatatableContent.tsx feat(a11y): add labels and roles [EE-6717] (#11181) 2024-02-19 16:37:26 +02:00
DatatableFooter.tsx fix(ui/datatables): sync page count with filtering [EE-5890] (#10010) 2023-08-22 09:36:31 +03:00
DatatableHeader.tsx fix(UI): some minor fixes [EE-6667] (#11061) 2024-02-06 12:17:38 +13:00
ExpandableDatatable.tsx refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
ExpandableDatatableRow.tsx refactor(docker/services): convert services table to react [EE-4675] (#10289) 2023-10-22 12:32:05 +03:00
Filter.tsx refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
NestedDatatable.tsx feat(a11y): add labels and roles [EE-6717] (#11181) 2024-02-19 16:37:26 +02: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 feat(a11y): add labels and roles [EE-6717] (#11181) 2024-02-19 16:37:26 +02:00
SelectedRowsCount.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
Table.tsx feat(a11y): add labels and roles [EE-6717] (#11181) 2024-02-19 16:37:26 +02:00
TableActions.tsx refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03:00
TableContainer.tsx feat(docker/services): show port ranges [EE-4012] (#10657) 2024-03-27 09:56:00 +02:00
TableContent.tsx fix(docker/image): swarm image list issue [EE-6374] (#10710) 2023-12-01 16:49:31 +13: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 refactor(docker/stacks): migrate table to react [EE-4705] (#9956) 2023-09-07 15:59:59 +01:00
TableHeaderRow.tsx refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01: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 refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
TableSettingsMenu.tsx refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03:00
TableSettingsMenuAutoRefresh.module.css refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
TableSettingsMenuAutoRefresh.tsx refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
TableTitle.tsx fix(datatable): title size EE-6774 (#11272) 2024-03-06 08:01:51 +13:00
TableTitleActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
buildNameColumn.tsx refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
defaultGetRowId.ts refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
expand-column.tsx refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03:00
filter-types.ts refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
index.ts refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
select-column.tsx refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03: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 fix(app): sync showSystem between stacks and apps tables [EE-6216] (#10532) 2023-10-30 19:41:41 +00:00
useGoToHighlightedRow.ts chore(deps): upgrade react-table to v8 [EE-4837] (#8245) 2023-05-02 13:42:16 +07:00
useRepeater.ts refactor(docker/stacks): migrate table to react [EE-4705] (#9956) 2023-09-07 15:59:59 +01:00
useTableSettings.tsx refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609) 2022-11-22 14:16:34 +02:00
useTableState.ts refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03:00