Replies: 2 comments 1 reply
-
const columns: ColumnDef<DataType>[] = [
{
accessorKey: "name",
cell: (info) => custom(),
},
]; I am guessing it should actually look like this. Just run a function but I am getting a runtime error running it like this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How would this work with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Svelte 5 snippets is working great for headers and footers in tables.
Can we also use them for cell values?
The above code works and renders the snippet with typescript complaining.
Could we possibly allow snippets as the arguments to renderComponent or create another method to render snippets?
Beta Was this translation helpful? Give feedback.
All reactions