fsproject/Fabulous does not appear to have a datagrid. That would be a columnated ListView with non-scrolling header and footer rows (not grouping headers). Such a control seems essential for any line of business (LOB) application. It is also necessary for tablet and desktop size screens that can present a lot of tabulated information clearly.
Am I missing something?
Presently, I am exploring constructing something as perhaps the following, but am still a novice at Xamarin
and Fabulous
(Fabulous-Simple-Elements
actually):
grid row of header columns...
grid row of list view of grid row of data columns...
grid row of footer columns...