Hello,
I have a request to add a ListView control to a React Pure control package.
Thanks.
Hey folks!
The KendoReact ListView has officially been a part of the KendoReact library since v3.13.0! Apologies for not updating this item earlier, but for anyone looking for the ListView you can click the link and head on over to the docs & demos for more information.
Regards,
Carl
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello, Ruslan,
In React currently, the same result can be achieved with array.map().
The ListView does the same as looping through the items in a data collection and rendering an element for each.
I made an example showcasing this:
https://stackblitz.com/edit/react-2zdc5q?file=app/main.jsx
Is there a specific functionality that can be done with the ListView component and not with the array.map() or forEach?
Regards,
Stefan
Progress Telerik