()
| 1415 | _tableData.rows = obj.rows; |
| 1416 | } |
| 1417 | function _rerenderTable() { |
| 1418 | _tableObject.show(_tableData); |
| 1419 | if (getSession().userPreferences.autoAdjustColWidth) { |
| 1420 | _tableObject.adjustColumnSize(); |
| 1421 | } |
| 1422 | SplitViewPage.setTableRowCounter(_tableData.rows.length); |
| 1423 | } |
| 1424 | async function _createFormWidget(positionTypeId, headerPK, contentId = null) { |
| 1425 | console.log( |
| 1426 | 'Init form for module "' + |
no outgoing calls
no test coverage detected