Update tableNextGen stage (#105231)
* Update tableNextGen stage Update tableNextGen toggle to public preview * add missing comma * added generated files
This commit is contained in:
@@ -103,6 +103,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `regressionTransformation` | Enables regression analysis transformation |
|
||||
| `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage |
|
||||
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
|
||||
| `tableNextGen` | Allows access to the new react-data-grid based table component. |
|
||||
| `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. |
|
||||
| `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource |
|
||||
| `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. |
|
||||
|
||||
@@ -1116,10 +1116,11 @@ var (
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
Name: "tableNextGen",
|
||||
Description: "Allows access to the new react-data-grid based table component.",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaDatavizSquad,
|
||||
Name: "tableNextGen",
|
||||
Description: "Allows access to the new react-data-grid based table component.",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: grafanaDatavizSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "lokiSendDashboardPanelNames",
|
||||
|
||||
@@ -144,7 +144,7 @@ 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,experimental,@grafana/dataviz-squad,false,false,false
|
||||
tableNextGen,preview,@grafana/dataviz-squad,false,false,true
|
||||
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
|
||||
alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true
|
||||
exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true
|
||||
|
||||
|
@@ -3035,13 +3035,17 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "tableNextGen",
|
||||
"resourceVersion": "1743693517832",
|
||||
"creationTimestamp": "2025-03-26T03:57:57Z"
|
||||
"resourceVersion": "1747058265248",
|
||||
"creationTimestamp": "2025-03-26T03:57:57Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-05-12 13:57:45.248176 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Allows access to the new react-data-grid based table component.",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/dataviz-squad"
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/dataviz-squad",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user