Skip to content

UI become slow and unresponsive when you have more than 100 rowsCount  #25

@ArslanAsghar123

Description

@ArslanAsghar123
Screen.Recording.2023-12-06.at.3.33.16.PM.mov

i set the data as follow
static const int columnsCount = 29;
static const int subColumnsCount = 2;
static const int rowsCount = 100;
static const int subRowsCount = 10;
static const int totalColumns = columnsCount + subColumnsCount;

PTN: i used the same code in example

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions