ugurdogrusoz / visuall

Visuall: A tool for convenient construction of a web based visual analysis component
2 stars 0 forks source link

Query result pagination client vs server side #364

Closed ugurdogrusoz closed 3 years ago

ugurdogrusoz commented 3 years ago

Currently, we perform pagination of query results on the server-side. Let's give the user an option to do this on the client-side as well. In fact, with the new settings since we're limiting the query result, the default for this setting should be the client-side. We can name it "Query result pagination" o Client (default) o Server