You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use my own components as table cells, ie. <CustomTHead> and <CustomTCell>. Right now the only way to do it, is on a per-column basis, using the column slots, which is highly repetitive. How can I achieve this without adding templates for each column and row slots?
I would like to use my own components as table cells, ie.
<CustomTHead>
and<CustomTCell>
. Right now the only way to do it, is on a per-column basis, using the column slots, which is highly repetitive. How can I achieve this without adding templates for each column and row slots?Example use-case
Originally posted by @goodpixels in #366 (comment)
The text was updated successfully, but these errors were encountered: