angular-gridster2 icon indicating copy to clipboard operation
angular-gridster2 copied to clipboard

Do not add gridster-item-moving (or add an option to avoid it)

Open sierrodc opened this issue 2 years ago • 0 comments

Hi,

I have a GridsterItem that contains a "big" table [17 cols, 700 rows]. When users start drag&drop, the component adds-removes gridster-item-moving to the item and a class to the gridster to show the lines. Each time this happens, I have a lag because the browser "recalculates style" (this is what perfview is showing). I can avoid grid lines with "displayGrid: DisplayGrid.None", but I cannot avoid "gridster-item-moving". Is is possible to add a setting to skip add-remove gridster-item-moving class?

Thanks.

sierrodc avatar Apr 29 '22 08:04 sierrodc