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
By using the `TData` generic correctly, you can maintain type-safety in your re-usable component that will adapt to different types of data you will have throughout your application.
299
299
300
-
Though, be aware that the weakness of this is approach is that it will be more annoying to get access to the `table` instance or read table state where you need it.
300
+
Though, be aware that the weakness of this approach is that it will be more annoying to get access to the `table` instance or read table state where you need it.
301
301
302
302
When re-using your MRT table component, it will just look something like this:
0 commit comments