Download fails to export table content when a filter is applied and result contains more than one page

I have a table with server side of pagination. When I apply a filter on the table (say for example AccountName column contains value "Timex"), the table then shows more than one page where the AccountName value contains "Timex". Now if I export the content of the table, only the page we are in gets exported as csv. Is there a way to export the content of all the pages of a table (filtered pages) into a CSV? I am using a new table component.

Hi @mahesh.shet Thanks for reaching out! I believe this is expected :disappointed:

Could you have a separate query that calls all of the data for the export, as described here?