portainer/app/react/components/datatables
Chaim Lev-Ari 6c4c958bf0
feat(edge/update): remote update structure [EE-4040] (#7553)
2022-09-13 16:56:38 +03: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(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03: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(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
Datatable.tsx feat(edge/update): remote update structure [EE-4040] (#7553) 2022-09-13 16:56:38 +03:00
ExpandingCell.module.css refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
ExpandingCell.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
Filter.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
FilterSearchBar.tsx fix(kubeconfig): update button and modal styles (#7481) 2022-08-17 20:01:04 +12:00
InnerDatatable.css fix(ui): kubernetes-consistent-styling EE-3820 (#7425) 2022-08-13 00:22:45 +06:00
InnerDatatable.tsx feat(ui/datatables): add styles for nested tables [EE-3687] (#7440) 2022-08-12 14:56:48 +12:00
NameCell.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
QuickActionsSettings.tsx refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
RowContext.tsx refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
SearchBar.tsx feat(ui): sort search bar icon [EE-3663] (#7205) 2022-07-06 17:05:17 +03:00
SelectedRowsCount.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
SortbySelector.module.css refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
SortbySelector.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
Table.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableContainer.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableContent.tsx refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
TableFooter.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03: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(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableHeaderRow.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03: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 feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165) 2022-07-08 01:20:33 +12:00
TableRow.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableSettingsMenu.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +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(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
TableTitle.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
TableTitleActions.tsx refactor(teams): migrate teams to react [EE-2273] (#6691) 2022-09-02 18:30:34 +03:00
filter-types.ts refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
index.ts refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +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-old.ts refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
types.ts refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
useRepeater.ts refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
useRowSelect.ts refactor(azure): migrate module to react [EE-2782] (#6689) 2022-07-26 16:44:08 -03:00
useTableSettings.tsx refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00
useZustandTableSettings.tsx refactor(containers): migrate view to react [EE-2212] (#6577) 2022-08-11 07:33:29 +03:00