You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For clarity highlight rows with "Red" in "car_color" column by searching: /Red;
Make row 94 the first row of the view (94 and Enter key);
Filter rows with "Red": &Red;
Current behavior: row on line 8 selected in filtered view;
Expected behavior: row on line 95 selected in filtered view (selected current row if it has filtered value of closest row after current which has filtered value);
For clarity highlight rows with "Red" in "car_color" column by searching: /Red;
Make row 94 the first row of the view (94 and Enter key);
Select column car_color: Tab, Left Arrow;
Filter rows with "Red": &Red;
Current behavior: row on line 8 become first line in filtered view;
Expected behavior: row on line 94 become first line in filtered view (selected current row if it has filtered value of closest row after current which has filtered value);
Test case for row or cell selection mode
/Red;94andEnterkey);&Red;Demo:

Test case for column selection mode
/Red;94andEnterkey);car_color:Tab,Left Arrow;&Red;Demo:
