grafana/public/app/features/explore
Peter Holmberg e9079c3faa
grafana/ui: New table component (#20991)
* first working example

* Support sorting, adding types while waiting for official ones

* using react-window for windowing

* styles via emotion

* sizing

* set an offset for the table

* change table export

* fixing table cell widths

* Explore: Use new table component in explore (#21031)

* Explore: Use new table component in explore

* enable oncellclick

* only let filterable columns be clickable, refactor renderrow

* remove explore table

* Keep using old merge tables logic

* prettier

* remove unused typings file

* fixing tests

* Fixed explore table issue

* NewTable: Updated styles

* Fixed unit test

* Updated TableModel

* Minor update to explore table height

* typing
2019-12-18 08:38:50 +01:00
..
__mocks__ Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
__snapshots__ Explore: UI changes for split view and live tailing (#20516) 2019-11-22 12:26:14 +01:00
slate-plugins/prism Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
state grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
utils grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
AdHocFilter.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
AdHocFilterField.test.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
AdHocFilterField.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ElapsedTime.tsx Explore: Add memoization and remove unused props (#18775) 2019-08-29 13:41:45 +02:00
ErrorContainer.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
Explore.tsx grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
ExploreGraphPanel.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ExploreTimeControls.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ExploreToolbar.tsx Explore: Cleanup redundant state variables and unused actions (#20837) 2019-12-05 11:22:46 +01:00
JSONViewer.tsx Chore: noImplicitAny Sub 500 errors (#18287) 2019-07-30 15:49:32 +02:00
LiveLogs.test.tsx Explore: Add custom DataLinks on datasource level for Loki (#20060) 2019-11-06 16:15:08 +01:00
LiveLogs.tsx Explore: Refactor log rows (#21066) 2019-12-16 16:07:36 +01:00
LiveTailButton.tsx Explore: Sync timepicker and logs after live-tailing stops (#20979) 2019-12-11 14:14:39 +01:00
Logs.tsx Logs: Optional logs label column (#21025) 2019-12-11 16:11:32 +01:00
LogsContainer.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
NoDataSourceCallToAction.tsx Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
QueryEditor.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRow.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRowActions.test.tsx Explore: Add titles to query row action buttons (#20128) 2019-11-01 14:48:35 +01:00
QueryRowActions.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRows.tsx Replaced intialQueris with queryKeys 2019-02-04 13:41:29 +01:00
QueryStatus.test.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
QueryStatus.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
ResponsiveButton.tsx Explore: updates responsive button to pass all the div element props 2019-11-21 15:06:16 +01:00
RunButton.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
TableContainer.tsx grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
TimeSyncButton.test.tsx Explore: Add unit test to TimeSyncButton (#19836) 2019-10-16 11:48:10 +02:00
TimeSyncButton.tsx Explore: UI changes for split view and live tailing (#20516) 2019-11-22 12:26:14 +01:00
useLiveTailControls.ts Explore: Sync timepicker and logs after live-tailing stops (#20979) 2019-12-11 14:14:39 +01:00
Wrapper.tsx Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00