Interactive Data Table
- Dominant language
- TypeScript
- Stars
- 12k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 66
Description
**Is your feature request related to a problem? Please describe.**
A common paradigm in GIS solutions is to allow the user to select features on a layer and view the properties in a table. That table generally allows the user to order by different columns and supports export those points to csv or wkt etc

The frustration is that when a User is visualizing their data once they've gained some insight and found an area of interest they aren't able to translate that learning into further action. You cannot further interact with the data in ways that allow you to capture that learning - select and export features of interest.
**Describe the solution you'd like**
The has the ability to select using polygon or square as is currently the case and include option to pop up table showing the properties of the selected points. Table would also have functionality to order by columns and to export rows to text.
**Describe alternatives you've considered**
The closest functionality is the tool tip. However this is feature by feature and still gives not ability to actually save this data out.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.