We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd17e52 commit c0b51edCopy full SHA for c0b51ed
packages/solid-table/src/index.tsx
@@ -67,7 +67,7 @@ export function useSolidTable<TData extends RowData>(
67
/**
68
* @deprecated Use useSolidTable instead
69
*/
70
-export function useSolidTable<TData extends RowData>(
+export function createSolidTable<TData extends RowData>(
71
options: TableOptions<TData>
72
) {
73
return useSolidTable(options)
0 commit comments