Tagged Questions
5
votes
3answers
230 views
How can I differentiate Client-side vs. Server-side filters to the user?
I have a client/server system. A database table on the server can contain a million records. I need to present various filter criteria to the user. One filter needs to be a server-side filter, such ...