grafana/public/app/core
Giordano Ricci dc918f7e91
Grafana UI: Add experimental InteractiveTable component (#58223)
* wip

* move table

* refine example

* move to experimental

* add row expansion example

* add expanded row to kitchen sink

* add column prop docs

* add props docs

* remove useless example

* WIP

* use unique id per row & proper aria attrs for expander

* add custom cell rendering example

* Remove multisort

* rename shrink to disableGrow

* move isTruthy type guard to @grafana/data

* add missing prop from TableData interface

* make column id required

* fix correlations table

* expand on docs

* remove leftover comment

* rename to InteractiveTable

* add some tests

* add expansion tests

* fix tests

* revert unneeded changes

* remove extra header rule
2022-11-29 16:18:55 +00:00
..
actions TopNav: Plugin page layouts / information architecture (#53174) 2022-09-05 14:56:08 +02:00
components Chore: ignore eslint rules in Dropdown/TopNavBarMenu (#59385) 2022-11-29 11:13:21 +00:00
context TopNav: KioskMode rewrite move to AppChrome responsibility and make it a global feature (#55149) 2022-09-15 14:04:58 +02:00
copy Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
history Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
hooks Chore: Remove unused files (#57515) 2022-10-25 23:34:53 +01:00
internationalization Internationalization: Change locale preference to language (#58359) 2022-11-22 12:18:34 +00:00
navigation Navigation: share logic between buildBreadcrumbs and usePageTitle (#58819) 2022-11-22 16:48:07 +00:00
reducers Teams: Support paginating and filtering more then 1000 teams (#58761) 2022-11-16 15:55:10 +01:00
selectors PluginPage: Fix finding root section for standalone pages (#56554) 2022-10-07 16:33:36 +02:00
services Internationalization: Add language preference analytics (#59230) 2022-11-28 07:11:55 -05:00
specs Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
utils Grafana UI: Add experimental InteractiveTable component (#58223) 2022-11-29 16:18:55 +00:00
app_events.ts EventBus: Introduces new event bus with emitter backward compatible interface (#27564) 2020-11-03 13:08:54 +01:00
config.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
constants.ts PanelEditor: Present actionable suggestions when panel cannot visualize current data (#42083) 2021-11-25 09:41:03 +01:00
core.ts TopNav: KioskMode rewrite move to AppChrome responsibility and make it a global feature (#55149) 2022-09-15 14:04:58 +02:00
lodash_extended.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
logsModel.test.ts Loki: Remove any type from logsModel.test.ts (#55287) 2022-09-16 12:56:35 +01:00
logsModel.ts Add feature tracking for LogRow.tsx (#56656) 2022-10-11 10:04:43 +01:00
profiler.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
store.ts any/type assertion fixes (#57009) 2022-10-17 10:10:10 +01:00
TableModel.ts Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
time_series2.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00