Skip to content

Commit 4750e95

Browse files
committed
#112 Export as JSON to fix special characters and encoding issues
1 parent 1b34f42 commit 4750e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/TableContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
serverItemCount
114114
} as PaginationConfig),
115115
expand: addExpandedRows(),
116-
export: addDataExport({ format: 'csv' })
116+
export: addDataExport({ format: 'json' })
117117
});
118118
119119
// A variable to hold all the keys

0 commit comments

Comments
 (0)