You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
I have used the above code in controller and k-pageable='{ "refresh": true, "pageSizes": true }' in html also but still pagination not working properly.Can anyone help me on this. Do i need to change any code in service.js.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
scrollable : false,
pageable : {
pageSizes : [ 5, 10, 25, 50 ],
buttonCount : 5,
messages : {
display : "{0} - {1} of {2} assets",
itemsPerPage : "assets per page",
empty : "No assets to display"
}
},
dataSource : new kendo.data.DataSource({
serverPaging : true,
transport : {
read : getJobs
},
"pageSize":10,
"serverPaging": true,
"serverSorting": true,
"serverFiltering": true,
"serverGrouping": false,
"serverAggregates": false,
schema : {
total : returnTotalCount
}
}),
selectable : 'row',
sortable : true
};
I have used the above code in controller and k-pageable='{ "refresh": true, "pageSizes": true }' in html also but still pagination not working properly.Can anyone help me on this. Do i need to change any code in service.js.
The text was updated successfully, but these errors were encountered: