I have used grocery crud to generate crud in my project. I have number of crud in my project and for each crud I have different design. Is there any way to achieve different designs for each crud forms. If so please do provide with the steps.
Custom designs for CRUD forms
- Single Page
Posted 22 September 2015 - 06:42 AM
Posted 22 September 2015 - 06:44 AM
Technically if you gona have custom designs .. it will not be possible.. if you have a pattern u need across multiple / all forms of yours .. either you can tweak an existing theme (not recommended) or you can create a copy of existing theme .. name it your own and alter it (more recommended). Most alterations may be carried out using CSS .. rather then hard bound structural.
Happy GCing :)