mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: logic, count can be same and cause issues!
This commit is contained in:
+2
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user