Commit Graph

12 Commits

Author SHA1 Message Date
3fd9f8d243 CE-876 New dashboard widgets (more or less):
- New Composite & Block widget constructs.
- Option for a parent widget's label to be the app home page's label
- Updates to table-widget handling of fixed footer (to expand and stay fixed)
- Option for widgets to have CSV Data that can be exported differently from just the data "in" the widget.
-- This included changing the default value for showExportButton from true to false
2024-02-20 16:39:33 -06:00
4a0e123f90 Fix exporting - cell type default, if value was number, was being lost in call to htmlToText. 2023-12-18 10:21:24 -06:00
dd45079ecd CE-740 export button standard color 2023-11-16 16:20:25 -06:00
c86bfcff4d CE-740 Export button style 2023-11-15 19:58:35 -06:00
24b4674208 Merged feature/remove-old-auth-header into feature/CE-604-complete-shipment-sla-updates-and-local-tnt-rules 2023-10-27 16:04:50 -05:00
9e6d5c10fb CE-604 Updates to DataTable for fixed-sticky footer and expandable rows; Misc style updates going along with e.g., card border change 2023-10-24 11:36:10 -05:00
791b50b893 Redo export buttons as JSX Elements that get passed into Widget.tsx, rather than "Component" objects. something to do with when things are getting bound, was making the export buttons never have data. This was done with labelAdditionalElementsLeft, similar to labelAdditionalComponentsLeft. In theory, maybe, this is better, and we should remove all the additionalComponents left & right... 2023-10-17 19:23:02 -05:00
09efdfd49e make export button enabled by default (for some reason, state is sticking and it's never getting enabled) 2023-06-24 18:53:29 -05:00
f7ff4cf2fc Add export to RecordGridWidget 2023-05-19 14:54:57 -05:00
3a7cadf5c2 Clean csv values; Update qfc - for audit count fix 2023-05-19 11:51:20 -05:00
75268b6b3c Some final adjustments for widget reload & export 2023-05-19 09:14:42 -05:00
65652f04f0 Add export to table widgets; add reload to most widgets; refactor widget label components (render in class!) 2023-05-18 15:52:40 -05:00