Is it possible to have a property editor on a document type in Umbraco that acts similar to a spreadsheet?
My goal is to pre-define 3 or 4 columns (Field Label, Text..) and allow the Umbraco user to add rows as they wish. My ASP.NET page will then loop through the rows and build the content based on the rows
Ideally the table could also be sortable
Is this a property editor already available or does anyone know of any custom ones?