dataTable export filtered data #23
Replies: 1 comment 7 replies
-
Hi there, If this does not assist you, kindly provide a reproducer to help you more |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have created a DataTable with various filters. Is it possible to retrieve the result of the filtering (essentially the result of the processedData() function)? I would need it to export to formats other than CSV.
I cannot use onValueChange because in some cases, the value attribute of the DataTable is modified, the filter is applied correctly to the data, but in these cases, the onValueChange event does not trigger.
Could you give me some advice?
Thank you and best regards
Beta Was this translation helpful? Give feedback.
All reactions