cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple dynamic Table in UI - Will this give any performance problems

Former Member
0 Kudos

Hi,

I have 7 dynamic table in UI. Rows are fixed and columns are dynamic. I am fetching data for these columns from different backend systems. (ECC for one column and MDM for next column) I am also handling many events in this table like on selection of row, when there is data change between two column, etc.

Please let me know if this will give any performance problems.

Thanks,

Regards,

Revathi Raju.

Accepted Solutions (0)

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

It depends... If you also need to connect to those systems based on your events, I can imagine it will be a performance bottleneck.

But if all manipulations and/or calculations are done in the view itself and these are clever (i.e. lightweight) developed, then it might perform just fine. It all depends on the complexity of your events