Issue with the client-side export CSV with header filters or column drag n' drop. #2890
Unanswered
noah-ellman
asked this question in
Q&A
Replies: 2 comments
-
Just making clear, this isn't a problem with the ability to get the data grid compoent Ref, I was able to do that. But it still will not work, in fact it DOES export just fine, except the exported spreadsheet is missing half the columns and rows. Very strange! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured it out. You just had to make sure virtualization was turned off before the export. |
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
-
The client-side export using the functionality in
utils.ts
works great, unless at the same time you implemented the header column filters or the column drag and drop, as in the examples and demos. It's clearly because of theContext.Provider
that is needed that wraps theReactDataGrid
component that causes the problem with theReactDOM
client side server rendering. This is more of a React specific issue, but does anyone know how to solve this in the context of React Data Grid? Love this component!Beta Was this translation helpful? Give feedback.
All reactions