neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

is there any event trigger when grid is added or delete? #95

Open Shraddha80011 opened 6 years ago

Shraddha80011 commented 6 years ago

when I click on 12 , 6-6 or any another format of grid then I want event on adding grid and also while I click delete button.

neokoenig commented 6 years ago

Afraid not

Shraddha80011 commented 6 years ago

can you tell me which method is trigger?

neokoenig commented 6 years ago

Well, the click handler for removing a row is https://github.com/neokoenig/jQuery-gridmanager/blob/master/src/gridmanager.js#L442

and function for creating a row is https://github.com/neokoenig/jQuery-gridmanager/blob/master/src/gridmanager.js#L807