Skip to content

Example module using Ajax for listing, adding, editing, deleting and pagination for Nova 3

Notifications You must be signed in to change notification settings

nova-framework/Ajax-Crud-Module-Nova3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Ajax Crud Module Nova 3

Example module using Ajax for listing, adding, editing, deleting and pagination for Nova 3

This module serves as an example of using Ajax with Nova. The index.php file loads the only view, containing an add and edit modal and div placeholder for the actualy content which is loaded via ajax and loaded into the div:

<div id='crudBody' class='table-responsive'></div>

Usage

Add the module in app/Config/Modules.php

'crud' => array(
    'namespace' => 'Crud',
    'enabled'   => true,
    'order'     => 1,
)

Then to access login to admin and access the module by going to /admin/crud.

examine the controllers and js/crud.js all files fully commented.

About

Example module using Ajax for listing, adding, editing, deleting and pagination for Nova 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published