svelte-datatables-net
Advanced tools
Comparing version
@@ -35,5 +35,5 @@ import { functionSearch } from './functionSearch'; | ||
arraySearchableColumns: parSearchableColumns, | ||
stringSortOrder: parSortOrder | ||
stringSortOrder: parSortOrder, | ||
functionSort: parSortFunction | ||
}; | ||
}; | ||
// export type typeDatatable<Generic> = ReturnType<typeof functionCreateDatatable<Generic>>; |
{ | ||
"name": "svelte-datatables-net", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "svelte-datatables-net is a svelte/sveltekit component that turns data into an interactive HTML table. Inspired by datatables.net.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -15,2 +15,3 @@ export type typeDatatable<Generic> = { | ||
arraySearchableColumns: (keyof Generic)[] | undefined; | ||
functionSort: (a: Generic, b: Generic) => number; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29649
0.12%199
0.51%