Replies: 1 comment 3 replies
-
Not sure if its an anti-pattern or not... but you can add your own state and setState functions to the table instance with some typescript trickery (and some ts-ignores). Or if you're just using JS, just follow this code pattern and ignore the TS. You can see some custom state I've overridden the TS types with here And then how I store a bunch of that state and the setStates right on the root of the instance here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if there was an easy way to modify the built-in features like : Visibility.ts
Our usage requires custom visibility settings, and before we were able to duplicate the plugins, but now we are not able to in v8. Whats the best approach for duplicating/extending built-in features in v8?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions