jQuery UI Widgets › Forums › Vue › vue server side pagination with API call and client side filter and sort
Tagged: client side sorting, client-side filtering, pagnation with api call, server-side pagination, vue
This topic contains 3 replies, has 2 voices, and was last updated by Yavor Dashev 3 years, 10 months ago.
-
Author
-
April 15, 2021 at 3:32 pm vue server side pagination with API call and client side filter and sort #115077
Hello there,
I need help to implement the jqxgrid with server side pagination using API call while using client side filtering and sorting for the data on the page.I reallyaAppreciate suggestions and assistance from anyone out there.
Thnak you.
SujithaApril 19, 2021 at 8:30 am vue server side pagination with API call and client side filter and sort #115093Hi sujitha,
We have demos regarding server side paging of the jqxGrid.
Link to the demo: https://www.jqwidgets.com/vue-components-documentation/documentation/vue-serverside/vue-serverside-paging.htm?Also to enable client-side filtering and sorting you can do so like this:
<JqxGrid :width="width" :source="dataAdapter" :columns="columns" :sorting="true" :filterable="true" :autoshowfiltericon="true" > </JqxGrid>
More about jqxGrid filtering and sorting you can find in the documentation.
Sorting documentation: https://www.jqwidgets.com/vue-components-documentation/documentation/jqxgrid/vue-datagrid-sorting.htm?
Filtering documentation: https://www.jqwidgets.com/vue-components-documentation/documentation/jqxgrid/vue-datagrid-filtering.htm?Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.comApril 19, 2021 at 2:30 pm vue server side pagination with API call and client side filter and sort #115096@Yavor Dashev – Thanks for replying back.
But this doesn’t serve my purpose.
The situation here is that, when server side pagination is enabled, the client-side sorting and filtering is not working. I want to make the sort and filter to work for the data on the rendered page.
Any help will be greatly appreciated.
Thanks
SujithaApril 20, 2021 at 4:21 pm vue server side pagination with API call and client side filter and sort #115102Hi sujitha,
I would like to ask you to create a complete code example of your issue,
in order to be able to reproduce it and give you the best solution possible.Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.