sivasankarsani737 commented 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 it should not 
reach @anandhurajan 
scenario(https://datatables.net/examples/data_sources/server_side). 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to