portainer/app/react/components/datatables
Chaim Lev-Ari bf8ccbcec6 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
..
extend-options Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02: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 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02: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 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
Datatable.test.tsx fix(ui): fix warnings in client-side tests [BE-12351] (#1342) 2025-11-04 14:23:11 +02:00
Datatable.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
DatatableContent.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
DatatableFooter.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
DatatableHeader.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02: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.test.tsx fix(ui/datatables): show selected filter values [BE-11301] (#1387) 2025-11-12 15:21:17 +02:00
Filter.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
NestedDatatable.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45: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 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
RowContext.tsx refactor(ui): remove global providers [EE-4128] (#7578) 2022-09-20 21:14:24 +03:00
SearchBar.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
SelectedRowsCount.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
Table.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
TableActions.tsx refactor(kube/volumes): migrate to react [EE-4695] (#10987) 2024-04-02 22:10:22 +03:00
TableContainer.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
TableContent.tsx fix(ui/datatables): make empty table label consistent [EE-6499] (#11612) 2024-06-02 12:29:20 +03: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 feat(logs): filter activity logs by envs and users [BE-12275] (#1383) 2025-11-11 14:49:26 +02:00
TableHeaderRow.test.tsx feat(logs): filter activity logs by envs and users [BE-12275] (#1383) 2025-11-11 14:49:26 +02:00
TableHeaderRow.tsx feat(logs): filter activity logs by envs and users [BE-12275] (#1383) 2025-11-11 14:49:26 +02: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(users): migrate users table to react [EE-4708] (#10759) 2024-04-03 17:38:32 +03: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 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
TableTitle.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
TableTitleActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
buildNameColumn.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02:00
datatable.css refactor(datatables): remove angular table utilities [EE-4700] (#11634) 2024-04-21 04:47:09 +03: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 fix(ui): use expand button in sidebar and tables [EE-6844] (#11608) 2024-05-15 08:26:23 +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 fix(pods): represent pod container statuses correctly [r8s-416] (#910) 2025-07-21 15:05:08 +12:00
select-column.tsx Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02: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 Revert "feat(frontend): import CE code to EE" (#1557) 2025-12-18 13:45:26 +02: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 feat(activity-log): set descending timestamps as the default sorting order BE-11343 (#66) 2024-10-31 18:07:26 -03:00