tui.grid icon indicating copy to clipboard operation
tui.grid copied to clipboard

Methods getRowAt and getIndexOfRow not work right when filters apply

Open Alexby8 opened this issue 4 years ago • 1 comments

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:

  1. Apply any filter to table which hide some rows.
  2. In the console or code you can try to apply methods getRowAt or getIndexOfRow
  3. 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 avatar Nov 09 '21 08:11 Alexby8

@Alexby8 I'll fix it. Thank you!

jajugoguma avatar Nov 16 '21 23:11 jajugoguma