portainer/app/react/components/datatables
Ali 23295d2736
feat(app): migrate app containers to react [EE-5353] (#9992)
2023-08-17 22:00:25 +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 fix(container): column selection UI issue EE-5780 (#9242) 2023-07-24 10:12:43 +12:00
Datatable.tsx fix(datatable): image page not loading image list EE-5978 (#10071) 2023-08-17 09:53:28 +12:00
DatatableContent.tsx feat(app): migrate app containers to react [EE-5353] (#9992) 2023-08-17 22:00:25 +12: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 refactor(app): app events datatable [EE-5355] (#10024) 2023-08-14 05:09:40 +12:00
Filter.tsx refactor(docker/images): convert table to react [EE-4668] (#8910) 2023-07-13 10:47:20 +03:00
NameCell.tsx refactor(edge/stacks): migrate list view to react [EE-2237] (#9186) 2023-07-12 17:26:52 +03: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 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 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 fix react table filter placement (#9200) 2023-07-13 11:47:53 +12: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 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
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 refactor(app): app events datatable [EE-5355] (#10024) 2023-08-14 05:09:40 +12: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 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 refactor(docker/images): convert table to react [EE-4668] (#8910) 2023-07-13 10:47:20 +03: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 feat(docker): migrate files table to react [EE-4663] (#8916) 2023-07-16 10:59:58 +03:00