jQuery-gridmanager icon indicating copy to clipboard operation
jQuery-gridmanager copied to clipboard

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

Open Shraddha80011 opened this issue 6 years ago • 3 comments

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.

Shraddha80011 avatar Dec 20 '17 07:12 Shraddha80011

Afraid not

neokoenig avatar Dec 20 '17 09:12 neokoenig

can you tell me which method is trigger?

Shraddha80011 avatar Dec 20 '17 09:12 Shraddha80011

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

neokoenig avatar Dec 20 '17 10:12 neokoenig