mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
TablePanel: Do not allow auto-reset (#67477)
disallow react table to autoreset
This commit is contained in:
@@ -120,6 +120,7 @@ export const Table = memo((props: Props) => {
|
||||
data: memoizedData,
|
||||
disableResizing: !resizable,
|
||||
stateReducer: stateReducer,
|
||||
autoResetPage: false,
|
||||
initialState: getInitialState(initialSortBy, memoizedColumns),
|
||||
autoResetFilters: false,
|
||||
sortTypes: {
|
||||
|
||||
Reference in New Issue
Block a user