editable-table.js 62 B

123
  1. $(function () {
  2. $('#mainTable').editableTableWidget();
  3. });