TabelPanel: add support for organizing fields/columns. (#23135)
* Added draft on transformers to sort and hide fields. * added structure for the UI. * draft on sorting/filtering UI. * simplified the datastructure a bit. * added draft on drag and drop support. * added some super simple styling. Nothing final still waiting for a proper design on this. * updated lockfile after merge. * changed so we use the new path for button. * added one more test. * Ignore feature toggle * Moved editor to app * Added top description * Minor update * Did some renaming and simplified the code a bit. * fixed so we dont use capital naming on the transformer. * changed to an vertical drag and drop design. * added support to rename fields. Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Showing
... | ... | @@ -32,6 +32,7 @@ |
"@grafana/slate-react": "0.22.9-grafana", | ||
"@grafana/tsconfig": "^1.0.0-rc1", | ||
"@torkelo/react-select": "3.0.8", | ||
"@types/react-beautiful-dnd": "12.1.2", | ||
"@types/react-color": "3.0.1", | ||
"@types/react-select": "3.0.8", | ||
"@types/react-table": "7.0.12", | ||
... | ... | @@ -51,6 +52,7 @@ |
"rc-slider": "9.2.3", | ||
"rc-time-picker": "^3.7.3", | ||
"react": "16.12.0", | ||
"react-beautiful-dnd": "13.0.0", | ||
"react-calendar": "2.19.2", | ||
"react-color": "2.18.0", | ||
"react-custom-scrollbars": "4.2.1", | ||
... | ... |
Please
register
or
sign in
to comment