felipesmendes / plus

Plugin Jquery to add function off Add / Remove on Tables in CakePHP 3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plus - Add and Remove for tables in CakePHP

Installation

Link in your default template the js file

CakePHP

<?= $this->Html->script("jquery.plus");?>

Html

<script src="js/plus.min.js"></script>

Usage

<table>
	<thead>

	</thead>
	<tbody>

	</tbody>
</table>

$("#table").plus({'entity':'ModelName'});

About

Plugin Jquery to add function off Add / Remove on Tables in CakePHP 3.x


Languages

Language:JavaScript 100.0%