impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

Throw event in grid modal on tab change #861

Closed linksblinker closed 6 years ago

linksblinker commented 6 years ago

Maybe event could be named 'tabChanged.ipGrid'...

linksblinker commented 6 years ago

Ok, have it done by

$(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) { [...] });

Can be closed.