portainer/app/react/components/datatables
Oscar Zhou 5c7f6aab66
fix(docker/image): swarm image list issue [EE-6374] (#10710)
2023-12-01 16:49:31 +13: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 fix(edge/updates): allow group search [EE-6179] (#10408) 2023-10-12 08:30:23 +03:00
DatatableContent.tsx refactor(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01:00
DatatableFooter.tsx fix(ui/datatables): sync page count with filtering [EE-5890] (#10010) 2023-08-22 09:36:31 +03:00
DatatableHeader.tsx refactor(kube/apps): migrate stacks table to react [EE-4661] (#10091) 2023-09-20 09:04:26 +03: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 refactor(docker/services): convert service tasks table to react [EE-4674] (#10188) 2023-09-07 15:19:03 +01: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 refactor(app): move react components to react codebase [EE-3179] (#6971) 2022-06-17 19:18:42 +03:00
Table.tsx refactor(groups): migrate groups selectors to react [EE-3842] (#8936) 2023-06-22 11:11:10 -03: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 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(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13: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 refactor(edge/stacks): migrate envs table to react [EE-5613] (#9093) 2023-06-25 12:38:43 +07: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(ui/datatables): allow datatable to globally filter on object value [EE-5824] (#9955) 2023-09-04 10:33:07 +01: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 fix(container): column selection UI issue EE-5780 (#9242) 2023-07-24 10:12:43 +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 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 chore(deps): upgrade tailwind and prettier [EE-5218] (#10068) 2023-09-04 16:20:36 +01:00