Has anyone used DataTables with cakePHP, successfully implemented
Pagination through Ajax, and can provide example code?
I am successfully populating the table from cakePHP, but am not
getting the footer line "Showing X to Y of Z entries", am not getting
paging, and am not sure how to pass the values iTotalRecords
iTotalDispalyRecords.
Any examples?
Thanks,
Martin
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Monday, March 29, 2010
Re: DataTables, cakePHP, and Pagination through Ajax
Ajax pagination is quite simple - here's a good link using MooTools (I do exactly the same but using JQuery). Also, see the guide. Then look at the pagination section of the book, which spells out the pagination options (such as the footer text you refer to).
On 29 Mar 2010, at 07:13, Martin wrote:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment