[Bug]: sbb-table sticky column gets rerendered when datasource gets updated without changes #2438
Open
3 tasks done
Labels
bug
Something isn't working
Preflight Checklist
Bug type
Functionality
Which version are you using
18.6.1
Operating system
Windows 10
Browser / Browser version
Chrome Version 131.0.6778.86 (Offizieller Build) (64-Bit)
Input mode
Mouse/Keyboard
Additional settings
No response
What happened?
When using the sbb-table component and having one or more sticky columns configured, those columns get repainted in browser everytime the datasource gets updated, even if there is no change in the data. This behaviour causes problems in our project because animations beeing trigered when not wanted.
Here is a demo that simulates the problem we're having: https://stackblitz.com/edit/fslunt?file=src%2Fapp%2Fsticky-table-example.ts,src%2Fapp%2Fsticky-table-example.html
In this gif the repainting from the sticky columns is shown:
We would expect the repaintings from the sticky columns not to be happening and the animations not being triggered.
Is it possible to fix this behaviour?
Steps to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: