You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
제목과 같이 addRow 를 한번 클릭했는데 아래와 같이여러개의 row 가 생성됩니다.
/* 버튼 이벤트 핸들러 */
$('[data-grid-control]').click(function () {
switch (this.getAttribute("data-grid-control")) {
case "row-add":
firstGrid.addRow($.extend({}, {__index: undefined}),"first");
break;
해결방법 부탁드립니다.
No description provided.
The text was updated successfully, but these errors were encountered: