()
| 2954 | : _.compact(_.map(_tableObject.getSelection(), "jpos_posno")); |
| 2955 | } |
| 2956 | function getSelectionCount() { |
| 2957 | const selection = _tableObject.getSelection(); |
| 2958 | return selection.length; |
| 2959 | } |
| 2960 | function getPKFromSelection() { |
| 2961 | const selection = _tableObject.getSelection(); |
| 2962 | if (selection.length === 0) { |
no outgoing calls
no test coverage detected