kpmck / cypress-ag-grid

Cypress plugin for interacting with ag grid
30 stars 17 forks source link

Question - How does 'In range' work? #38

Closed gdeo closed 1 year ago

gdeo commented 1 year ago

For the filter condition 'In range' how should the filterValue look like, since there'll have to be 2 values entered in the From and To textboxes? Could you post an example? Thank you!

kpmck commented 1 year ago

There is an option you can pass called searchInputIndex which should help with this. You can read about that here. Please let me know if that does not work for you.

gdeo commented 1 year ago

Awesome! This worked! Thank you.