Table: Keep expanded rows persistent when data changes if it has unique ID (#80031)

This commit is contained in:
Andrej Ocenas
2024-01-23 14:14:57 +01:00
committed by GitHub
parent 3203f1cf39
commit 59595c7318
21 changed files with 278 additions and 92 deletions
@@ -21,6 +21,7 @@ const (
StreamingQueryTypeFetch StreamingQueryType = "fetch"
StreamingQueryTypeLogs StreamingQueryType = "logs"
StreamingQueryTypeSignal StreamingQueryType = "signal"
StreamingQueryTypeTraces StreamingQueryType = "traces"
)
// Defines values for ErrorType.