grafana/public/app/features/explore/state
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
..
actions.test.ts Datasource/Loki: Loki now goes to Logs mode when importing prom queries (#20890) 2019-12-06 17:00:05 +01:00
actions.ts Datasource/Loki: Loki now goes to Logs mode when importing prom queries (#20890) 2019-12-06 17:00:05 +01:00
actionTypes.ts Datasource/Loki: Loki now goes to Logs mode when importing prom queries (#20890) 2019-12-06 17:00:05 +01:00
reducers.test.ts grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
reducers.ts grafana/ui: New table component (#20991) 2019-12-18 08:38:50 +01:00
selectors.test.ts Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
selectors.ts Explore: Cleanup redundant state variables and unused actions (#20837) 2019-12-05 11:22:46 +01:00