Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
8619 Vistas

In Javascript I wanna get all IDs of the displayed objects (for example in a list view).

Is there a simple function or variable to get it?

Thx for ur help

 

Avatar
Descartar
Autor Mejor respuesta

Found it. Actually this one is pretty simple in a list view:

var data_ids = self.dataset.ids;

that's it ... All the ids of the currently shown rows.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
ago 16
2954
0
ago 23
194
1
feb 22
2559
0
ago 18
5548
0
feb 18
6281