Table: Enable tableNextGen by default (#109832)
* Table: Enable tableNextGen by default * kill off tableNextGen feature flag * i18n * i18n * i18n * remove state beta from table panel * fix migration for 0 decimals migration * add explicit auto option bacjk * match impl from previous migrations code * try changing some selectors * remove timezone test from Cypress * fix PlaylistForm unit test * fix some selectors * clean up i18n, are these gridcells somehow? * return a couple of selectors caught in the dragnet to being cell instead of gridcell * fix i18n for en-US * clean up gdevs now that wrapHeaderText has no default * update role in e2e for when it is re-enabled
This commit is contained in:
@@ -1060,13 +1060,6 @@ var (
|
||||
Owner: grafanaDashboardsSquad,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
Name: "tableNextGen",
|
||||
Description: "Allows access to the new react-data-grid based table component.",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: grafanaDatavizSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "alertingPrometheusRulesPrimary",
|
||||
Description: "Uses Prometheus rules as the primary source of truth for ruler-enabled data sources",
|
||||
|
||||
@@ -137,7 +137,6 @@ prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,fa
|
||||
alertingFilterV2,experimental,@grafana/alerting-squad,false,false,false
|
||||
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||
newFiltersUI,GA,@grafana/dashboards-squad,false,false,false
|
||||
tableNextGen,preview,@grafana/dataviz-squad,false,false,true
|
||||
alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true
|
||||
exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true
|
||||
exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,false,true
|
||||
|
||||
|
@@ -559,10 +559,6 @@ const (
|
||||
// Enables new combobox style UI for the Ad hoc filters variable in scenes architecture
|
||||
FlagNewFiltersUI = "newFiltersUI"
|
||||
|
||||
// FlagTableNextGen
|
||||
// Allows access to the new react-data-grid based table component.
|
||||
FlagTableNextGen = "tableNextGen"
|
||||
|
||||
// FlagAlertingPrometheusRulesPrimary
|
||||
// Uses Prometheus rules as the primary source of truth for ruler-enabled data sources
|
||||
FlagAlertingPrometheusRulesPrimary = "alertingPrometheusRulesPrimary"
|
||||
|
||||
@@ -3055,7 +3055,8 @@
|
||||
"metadata": {
|
||||
"name": "tableNextGen",
|
||||
"resourceVersion": "1753448760331",
|
||||
"creationTimestamp": "2025-03-26T03:57:57Z"
|
||||
"creationTimestamp": "2025-03-26T03:57:57Z",
|
||||
"deletionTimestamp": "2025-08-19T14:11:23Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Allows access to the new react-data-grid based table component.",
|
||||
|
||||
Reference in New Issue
Block a user