You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/01/08 04:47:07 UTC

[GitHub] [incubator-superset] sivasankarsani737 edited a comment on issue #7804: Server side pagination for charts (tables)

sivasankarsani737 edited a comment on issue #7804: Server side pagination for charts (tables)
URL: https://github.com/apache/incubator-superset/issues/7804#issuecomment-571674859
 
 
   As suggest by @villebro I applied **offset** parameter to **query_obj** by adding a offset-limit widget on table-chart. We are able to render the limited/specific( i.e every time, we have to provide static-offset-value) records based on provided offset value(static-offset-limit), **_but I could not reach @anandhurajan scenario(https://datatables.net/examples/data_sources/server_side) where offset value is dynamically created_**. 
   
   Our scenario is to get dynamic offset value based on page_number and show_entries, for the same it should be called **explore_json/any_api** to get data_resource by running SQL_Query from back-end. Do you have any idea to manipulate/update on front-end to get dynamic offset-values( pagnumber*entries), just like as provided on client_side_pagination on table view.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org