InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 813 forks source link

Parameter on GUI builder #959

Closed RayhanYulanda closed 3 years ago

RayhanYulanda commented 3 years ago

How can i get txtpaginate on GUI builder to infyom-generator-templates? Can i just add $paginate$? Or where can i see the variable that can i take for the template?

vishalinfyom commented 3 years ago

Hii,

please note that right now we are supporting the pagination on normal views only,

As data tables views are itself coming with pagination.

You can get more info at here : https://infyom.com/open-source/laravelgenerator/docs/8.0/generator-options#paginate-records

Thanks