Forums de discussion

AlloyUI datatable multiple row selection

ramesh babu, modifié il y a 9 années.

AlloyUI datatable multiple row selection

New Member Publications: 5 Date d'inscription: 04/09/14 Publications récentes
Hi Liferay developers,
we hava one requirement that in AlloyUI datatable pagination is working and single row selection also working but we are failling multi row selectiuon and send rowId to controller,

Please any one help me.


Thanks,
Ramesh.
sharat Kumar, modifié il y a 9 années.

RE: AlloyUI datatable multiple row selection

New Member Publications: 16 Date d'inscription: 24/02/14 Publications récentes
Hi ramesh,
iam also facing same problem and if u find any solution please share .
Folken Fanel, modifié il y a 7 années.

RE: AlloyUI datatable multiple row selection

New Member Publications: 3 Date d'inscription: 08/09/16 Publications récentes
Found a solution:
var rowUID = DataTable.get('selection').rows[x].guid();
DataTable.getRecord(uid).toJSON();