1.SRC=isomorphic/system/modules/ISC_Core.js?isc_version=v9.0p_2013-11-03.js
With large data sets in a ListGrid which export option has the best performance in general out of exportData and exportClientData?
I have observed that exportClientData still sends all of the rows to the server then receives them back as the downloaded file, while exportData uses a fetch() call to get the rows then formats, and sends the file.
With large data sets in a ListGrid which export option has the best performance in general out of exportData and exportClientData?
I have observed that exportClientData still sends all of the rows to the server then receives them back as the downloaded file, while exportData uses a fetch() call to get the rows then formats, and sends the file.
Comment