Commit 43ad0253 authored by Irina Oleynik's avatar Irina Oleynik

Удаление кнопок "удалить" и "добавить" в динтаблице

parent bde6da39
view.container.find('div[data-asformid*="table.addRowButton"]').remove();
view.container.find('div[data-asformid*="table.removeRowButton"]').remove();
model.on('tableRowAdd', function () {
view.container.find('div[data-asformid*="table.addRowButton"]').remove();
view.container.find('div[data-asformid*="table.removeRowButton"]').remove();
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment