Performance: Createa new datatable Vs rows.add
Performance: Createa new datatable Vs rows.add
chochis
Posts: 1Questions: 0Answers: 0
Being using datatables for awhile and I've came with a performance issue when creating a new datatable vs giving new rows to a an existing one.
Example: Try to load a 5000 Json Array to a table in the create method Vs using rows.add method.
This discussion has been closed.
Replies
And which is faster, in create or add ? By what amount ?