feat(views/table): hide footer in search

This commit is contained in:
Elian Doran
2025-07-04 20:56:10 +03:00
parent 63537aff20
commit 4ded5e2b98
2 changed files with 11 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ export default class TableView extends ViewMode<StateInfo> {
persistence: true,
movableColumns: true,
movableRows,
footerElement: buildFooter(),
footerElement: buildFooter(this.parentNote),
persistenceWriterFunc: (_id, type: string, data: object) => {
this.persistentData[type] = data;
this.spacedUpdate.scheduleUpdate();