Preventing Immediate Slice Switching When Editing

I have a couple of slices on a table, one where a field is null and the other where that field is nonnull. I show these two slices in a dashboard in table view with Quick-edit enabled. When editing this null slice, when I fill in a value it immediately disappears. I want it to show in the null slice and move it to the non-null view only after saving. Is there a way to do it?

Solved Solved
1 1 52
  • UX
1 ACCEPTED SOLUTION

I understand that quick edit is exactly that, a quick edit. In fact, you don't even need to enter the form for the changes to be saved to the database. As soon as you exit the field, they're saved, and, as expected, when you enter a value, it will no longer be null.

View solution in original post

1 REPLY 1

I understand that quick edit is exactly that, a quick edit. In fact, you don't even need to enter the form for the changes to be saved to the database. As soon as you exit the field, they're saved, and, as expected, when you enter a value, it will no longer be null.

Top Labels in this Space