returns the selected cells
asArray | boolean | specifies whether the returning result can be only array or both array and object |
asString | boolean | the id will be a string ( row id ) |
object|array | the currently selected cells |
The format of the selection object:
if "asString" parameter was set, only row id will be returned
Back to top