update: logic, count can be same and cause issues!

This commit is contained in:
Darshan
2025-11-06 11:00:43 +05:30
parent a94470e2eb
commit f6da8ded2d
@@ -108,12 +108,8 @@
paginatedRows.clear();
paginatedRows.setPage(1, $rows.rows);
const hashedKey = hash($rows.total.toString());
if ($spreadsheetRenderKey !== hashedKey) {
/* reset ui when the underlying data changes */
spreadsheetRenderKey.set(hashedKey);
}
/* reset ui when the underlying data changes */
spreadsheetRenderKey.set(hash(Date.now().toString()));
}
const tableId = page.params.table;