react-bootstrap-table/react-bootstrap-table2

concurrent or paralle data processing for tables dynamically loading react bootstrap table2

Open

#1236 aperta il 30 gen 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)JavaScript (415 fork)batch import
help wanted

Metriche repository

Star
 (1249 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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...

}]

sampletable 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..

Guida contributor