Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Yeti Freeze (or no reactive sorting/filtering) #269

Closed
cah-brian-gantzler opened this issue Jul 10, 2020 · 3 comments
Closed

Feature: Yeti Freeze (or no reactive sorting/filtering) #269

cah-brian-gantzler opened this issue Jul 10, 2020 · 3 comments

Comments

@cah-brian-gantzler
Copy link

Which is hilarious since its yeti.

We are trying to do inline editing, and it works great except, while editing if there is a sort or filter in effect the record moved. We can fix some of that by using changeset, but we are also doing an in-line add of a new record and changeset wont help there with sorting and filtering.

So I thought, if there was a way to just tell yeti freeze, temporarily ignore clicks on headers for sorting, filtering and other things along those lines, I could freeze when editing and unfreeze when saved. Wanted to see what you thought before exploring creating a PR.

The other alternative would be to provide a way to tell yeti NOT to reactive sort and filter. ONLY sort when the user clicks a column, ONLY filter when the filter changes. I kinda like this option as well. (if there isnt already a way to do that, I seem to recall thinking about this before)

@cah-brian-gantzler
Copy link
Author

LOL I thought this might have been available @ignoreDataChanges={{true}}

@miguelcobain
Copy link
Owner

A very nice folk once PRed that feature #151

😂

@cah-brian-gantzler
Copy link
Author

Yea, I had a feeling it was me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants