views:

5

answers:

0

I have one dumb question. Is there any standard technique to create a new object when you have some filter and pagination? For example, what shall I do if I have a list of users filtered by name "John" that are divided on several pages (e.g. I'm on 4-th page out of 10) and I created a new user with name "Nick"? Shall I add this user onto current page of Jones and select it or I should show some message that Nick was created but one has to change filter conditions to see him? The same is with new John if that new John is placed on some other page due to sort conditions. Shall I add him on this page or let him be where he should be but either go to that page and select him or show a message that one should find him on one of the pages? :)