Mobile Table APIs

If you enable multiple selection for Transfer Table elements, you can use mobile table APIs to specify a row or column click condition. These APIs retrieve the list of selected data from one side of the transfer able.

For more information, see Multiple Row Selection for Transfer Tables.

getSelection()

Use this method to get all the selected rows from a Transfer Table element. It obtains selections either from the left or right side, but not both.

Parameters

  • None

Returns

  • Array of Objects

getLeftSelection()

Use this method to get all the selected rows from the left side of a Transfer Table element.

Parameters

  • None

Returns

  • Array of Objects

getRIghtSelection()

Use this method to get all the selected rows from the right side of a Transfer Table element.

Parameters

  • None

Returns

  • Array of Objects

Related Topics

General Notices