Description
Hi Allen,
This is Suresh. I am using your component and managed all the scenarios. One scenario, I got stucked. I am explaining the issue. I have huge amount of data array json with contains different users..while I was click on the button , it was loadded no of tables based on the user name.. suppose user 1 has 500 records, user2 has 300 records..at the moment I manged the code using map arrays as a faster inserting the data in tables .. chrome is fine to be loading.. good performance.. Issue with IE11, it will take long time running script.. around 50 sec to be loadded all the data.. Now I stucked with performance lacking.. just I remeber you.. do you have suggetion to be using parallel processing or concurrent process using your plugin.. if there any feature to be insert the data dynamically to different table at a same time?
my json array is
[{
{user1: data..
user2:data...
}]
if you have any suggetion , please welcome.. really I am sdpending lot of times... and that too I am not using react hooks.. old way existing applciation we are using..