hkalbertl / jquery.appendGrid

The dynamic table input JavaScript plugin
https://appendgrid.azurewebsites.net
MIT License
148 stars 76 forks source link

Paging Functionality Request #141

Closed flexifysoft closed 2 years ago

flexifysoft commented 3 years ago

Could you please add paging functionality it will become a awesome JavaScript control.

hkalbertl commented 3 years ago

Hi flexifysoft,

In order to form values to submit to backend by using normal HTTP POST method , appendGrid needs to generate all input elements on screen. I am afraid it is not possible to apply "paging". Also, it is difficult to let user know if an element value is not valid on another page.

You may take a look on fix header demo if you don't want a long table on screen. Thanks!