volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

Sorting and paging in child table #1379

Open sundaysunday opened 10 years ago

sundaysunday commented 10 years ago

Hi again. I'm full of doubts.

Is there any way to implement this 2 options (sorting and paging) in child tables? I've been looking for a while and I cant find anything (in the api, in Google, here in the forum...) and in my Controller I receive a simple "null" value.

Any help would be appreciated

misterparsons commented 10 years ago

I do it all the time, no problems at all, but I use php.

sundaysunday commented 10 years ago

Hehe, you know me well... ;-)

Maybe I have a solution to pass these values to my controller. Is there any possibility to name sorting, paging and start index variables in different ways for master/child tables? Something like jtSortingChild, jtPagingChild, etc?