fix(grid): preserve transpose view state on data refresh

This commit is contained in:
t8y2 2026-06-09 14:56:41 +08:00
parent 6bc3068069
commit 9c8a1c62b7
1 changed files with 1 additions and 0 deletions

View File

@ -2282,6 +2282,7 @@ async function onToolbarRefresh() {
if (transactionActive.value) {
discardChanges();
}
preserveTransposeOnNextResult.value = showTranspose.value;
emit(
"reload",
props.sql,