Should I use remote filtering/sorting/grouping when using buffered store?If yes, why?

StackOverflow https://stackoverflow.com/questions/10776123

  •  11-06-2021
  •  | 
  •  

Question

I'm trying to understand the difference between remote and local sorting/filtering/grouping. Can I use them without any problem? I would like to use them on an "unlimited" table with buffering.

Any information is appreciated, because actually I'm implementing their remote version but is costing me time. It would be better if I can use local version of them.

What are the advantages/disadvantages?

Thanks

Was it helpful?

Solution

I don't see how you can use local sorting and filtering with the unlimited store. I mean, you can do this, but your users will not like results.

Yes, making remote sort and filtering is a it trickier, but it's all very doable. We use the in our projects forthe stores we can't afford to load completely. If you have any specific questions I would be happy to help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top