Skip to content

Commit

Permalink
Feature/generalize all project types (#67)
Browse files Browse the repository at this point in the history
* some changes lengthmenu, taghelper supports lengtmenu, pagelength and orders, updated packages versions

* codacy fixes

* release notes added

* fixed columns add -> column

Co-authored-by: emrah.kondur <emrah.kondur@kocsistem.com.tr>
  • Loading branch information
ekondur and emrah.kondur committed Jan 2, 2022
1 parent 9610e50 commit 688a8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DatatableJS/DatatableJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReleaseNotes>Added LengtMenu, PageLength and Orders support</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage>English (United States)</NeutralLanguage>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<PackageIcon>datatable-js.png</PackageIcon>
<PackageIconUrl />
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion DatatableJS/Helpers/ColumnsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
/// <summary>
/// Column builder.
/// </summary>
[HtmlTargetElement("add", ParentTag = "columns", TagStructure = TagStructure.WithoutEndTag)]
[HtmlTargetElement("column", ParentTag = "columns", TagStructure = TagStructure.WithoutEndTag)]
public class ColumnHelper : TagHelper
{
/// <summary>
Expand Down

0 comments on commit 688a8e7

Please sign in to comment.