Version 1.1.2

Date 2023-11-15 (306 days ago)
Downloads 2,527 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New release for Umbraco 10+ 🎉

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Tables --version 1.1.2

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 1.1.2

#changelog">Changelog

  • Fixed bad check for allowUseFirstRowAsHeader flag (see #23 and d44efcf)
    Due to a bad check in the Angular view, the Use first row as header wouldn't be shown in the property editor if either of the Use first column as header or Use last row as footer options weren't also allowed.