react-bootstrap-table/react-bootstrap-table2

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

Open

#1,236 建立於 2020年1月30日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)JavaScript (1,249 star) (415 fork)batch import
help wanted

描述

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

貢獻者指南