dify/web/app/components/workflow/skill/viewer/sqlite-file-preview
yyh 2f01107b09
feat(sqlite-preview): add truncation notice when row limit is reached
Display a notice at the bottom of SQLite table preview when data
is truncated due to PREVIEW_ROW_LIMIT (1000 rows), informing users
that additional rows are not displayed.
2026-01-22 23:49:06 +08:00
..
constants.ts chore: cap sqlite preview rows 2026-01-22 16:37:33 +08:00
data-table.tsx feat(sqlite-preview): add truncation notice when row limit is reached 2026-01-22 23:49:06 +08:00
index.tsx feat(sqlite-preview): add truncation notice when row limit is reached 2026-01-22 23:49:06 +08:00
table-panel.tsx feat(sqlite-preview): add truncation notice when row limit is reached 2026-01-22 23:49:06 +08:00
table-selector.tsx fix(web): align table selector dropdown style with design 2026-01-22 16:46:32 +08:00
use-sqlite-table.ts chore: cap sqlite preview rows 2026-01-22 16:37:33 +08:00