6 votes

Tabulate

Tabulate manages instances where content authors are maintaining large, generally well-structured data sets in the Umbraco backoffice.

Umbraco 8.7-9.x => Tabulate 4.

Umbraco 7.7-7.15 => Tabulate 2.

Getting started
- Install the package and create a new datatype using the Tabulate editor.
- Add the data type to a document type.
- The editor can be configured to either use a custom view defined in code, or through the settings dialog on content node - add or remove columns of the desired type, set the label format, set pagination, import and export data and so on.

Data is stored as a JSON blob so what you do with it is entirely up to you. Tabulate ships with a property value converter to return typed data (ie number fields are returned as int, dates as DateTime etc) and plays nice with Models Builder.

For a full rundown, check the GitHub repo at https://github.com/nathanwoulfe/tabulate

Screenshots

 Download package
version 4.0.0

NuGet install instructions for Umbraco 7.7.0-9+

Install-Package Tabulate.Umbraco

NuGet install instructions for Umbraco 9+

dotnet add package Tabulate.Umbraco

Package owner

Nathan Woulfe

Nathan Woulfe

Nathan has 1664 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Nathan Woulfe
  • Created: 28/04/2016
  • Current version 4.0.0
  • .NET version 4.6.2,4.7.2
  • License MIT
  • Downloads on Our: 1.9K
  • Downloads on NuGet: 21.4K
  • Total downloads : 23.3K

External resources