volosoft / jtable

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

paging comboboxes will not displayed #1437

Open Bluecaspar opened 10 years ago

Bluecaspar commented 10 years ago

I have downloaded the jtable demo for ASP.Net MVC and if I start the demo I have mentioned that there the "row count combobox" and the "got to page combobox" will not displayed. I tried to set the option "gotoPageArea" with the value "combobox" but this didn't solve the problem.

Has anyone an idea how I can show the paging comboboxes?

misterparsons commented 10 years ago

All that is needed is setting the jtable option paging: true

Bluecaspar commented 10 years ago

I have mentioned that the source code for the jtable in the demo is obsolete. To repace them with a topical version is the right way. But aware, the old files was still in the cache of the browser. So it can be that you can see no difference. I have refreshed after the replacement the cache. Now, everything is fine. :)