grafana/packages/grafana-ui/src/components/Table
Paul Marbach a63a9357bb
TableNG: Follow-up style fixes (#107274)
* open cell inspect in code mode for JSON panels

* increase opacity of TableCellActions background for legibility in overlap cases

* fix nested grid width calculation

* fix 'jumping' on hover overflow

* route transparency through (needs a scenes update)

* base row hover color on transparency

* update the colors for table

* remove console.log

* reinstate header toggle for nested row transformation

* fix #59474 - graceful handling when subtable has no rows

* fix i18n

* use TABLE.LINE_HEIGHT

* change nestedData back to const
2025-07-09 14:54:48 -04:00
..
Cells TableNG: Fix click events bubbling up (#107156) 2025-07-01 15:27:06 +00:00
TableNG TableNG: Follow-up style fixes (#107274) 2025-07-09 14:54:48 -04:00
TableRT i18n: use @grafana/i18n within @grafana/ui (#106691) 2025-06-16 06:04:28 +02:00
ActionsCell.tsx Grafana UI: Replace barrel files with explicit exports (#106168) 2025-06-10 15:51:53 +02:00
CellActions.tsx i18n: use @grafana/i18n within @grafana/ui (#106691) 2025-06-16 06:04:28 +02:00
DataLinksActionsTooltip.test.tsx Actions: Add support for custom variables (#105639) 2025-05-22 06:07:24 -05:00
DataLinksActionsTooltip.tsx TableNG: Extract links and actions tooltip into cell root renderer (#107667) 2025-07-08 14:24:03 -04:00
Table.mdx chore: (@grafana/ui) - table documentation explain applyFieldOverrides (#95523) 2024-10-31 11:14:59 -07:00
Table.story.tsx Storybook: Rearrange and tidy stories (#107270) 2025-07-08 12:37:09 +00:00
Table.test.tsx Chore: Apply testing-library rules to grafana-ui package tests (#105140) 2025-05-09 17:45:33 +01:00
Table.tsx TableNG: Restructure panel implementation swapping (#102956) 2025-03-27 14:15:06 -05:00
TableCellInspector.tsx i18n: use @grafana/i18n within @grafana/ui (#106691) 2025-06-16 06:04:28 +02:00
hooks.ts React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
reducer.ts TableNG: Restructure panel implementation swapping (#102956) 2025-03-27 14:15:06 -05:00
types.ts TableNG: Extract links and actions tooltip into cell root renderer (#107667) 2025-07-08 14:24:03 -04:00
utils.test.ts fix #103209: fix access for tables with nullable data (#106094) 2025-05-28 12:07:51 -04:00
utils.ts TableNG: Extract links and actions tooltip into cell root renderer (#107667) 2025-07-08 14:24:03 -04:00