Skip to content

Filter from current cursor instead of start #174

@stsymbaliuk

Description

@stsymbaliuk

Test case for row or cell selection mode

  • Open file cars_10000.csv;
  • 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);

Demo:
Image

Test case for column selection mode

  • Open file cars_10000.csv;
  • 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);

Demo:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions