not able to import useFocusRef hook #2898
Unanswered
iamravisingh
asked this question in
Q&A
Replies: 1 comment
-
I agree, the example code isn't great for end users as relies on the unbundled code to import hooks. Examples assume the code is in the package itself. For example: HeaderFilters.tsx imports useFocusRef via Which can't be done when importing the module. Could the examples and code be written so that can be used in the field and outside of the unbundled repo? Love the project by the way, thanks for the effort |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to import useFocusRef from react-data-grid? It seems it is not exported. Since it is not exported we are not able to use the column filter in our project. Quite tough to integrate what react-data-grid is giving.
Any help is appreciated. Thanks in Advance.
Below is the filter component which I am trying to use.
Beta Was this translation helpful? Give feedback.
All reactions