(obj)
| 1411 | } |
| 1412 | } |
| 1413 | function _setTableData(obj) { |
| 1414 | _tableData.cols = obj.cols; |
| 1415 | _tableData.rows = obj.rows; |
| 1416 | } |
| 1417 | function _rerenderTable() { |
| 1418 | _tableObject.show(_tableData); |
| 1419 | if (getSession().userPreferences.autoAdjustColWidth) { |
no outgoing calls
no test coverage detected