tui.grid
tui.grid copied to clipboard
Methods getRowAt and getIndexOfRow not work right when filters apply
Methods getRowAt and getIndexOfRow not work right when filters apply. It returns old values while filters did not apply. It works when sorting but the problem with filters only.
To Reproduce Steps to reproduce the behavior:
- Apply any filter to table which hide some rows.
- In the console or code you can try to apply methods getRowAt or getIndexOfRow
- In any cases it returns wrong values
Video example https://youtu.be/avwBToTU-NQ
Desktop:
- OS: Windows 10
- Browser chrome
- Version 95.0.4638.69
@Alexby8 I'll fix it. Thank you!