Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8564 Представления

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

 

Аватар
Отменить
Автор Лучший ответ

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.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
авг. 16
2851
0
авг. 23
194
1
февр. 22
2503
0
авг. 18
5495
0
февр. 18
6236