ol/control/FeatureList is a control for displaying features in a list.
The list is optimzed to display large datasets in the table.
-
You have to define a ol/source/Vector or a list of feature to display in the table.
-
The control use optimization to display large dataset, only visible rows (page) are displayed in the table.
Set the pageLength property to enlarge visible rows size (default 200 rows).
-
The list can be ordered and sized by the user.
-
Use the select (or dblclick) event to acknowledge of a clik on a row (cell).