Foros de discusión

AlloyUI datatable multiple row selection

ramesh babu, modificado hace 9 años.

AlloyUI datatable multiple row selection

New Member Mensajes: 5 Fecha de incorporación: 4/09/14 Mensajes recientes
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, modificado hace 9 años.

RE: AlloyUI datatable multiple row selection

New Member Mensajes: 16 Fecha de incorporación: 24/02/14 Mensajes recientes
Hi ramesh,
iam also facing same problem and if u find any solution please share .
Folken Fanel, modificado hace 7 años.

RE: AlloyUI datatable multiple row selection

New Member Mensajes: 3 Fecha de incorporación: 8/09/16 Mensajes recientes
Found a solution:
var rowUID = DataTable.get('selection').rows[x].guid();
DataTable.getRecord(uid).toJSON();