()
| 161 | } |
| 162 | } |
| 163 | async function onSortPosition() { |
| 164 | await getSortDialog(); |
| 165 | } |
| 166 | async function onSortManual() { |
| 167 | const isManualSort = _tableObject.isSortColumnAvailable(); |
| 168 | const { canBeModified = true } = _positionSettings.parent.settings; |
nothing calls this directly
no test coverage detected