Soenneker.DataTables.Dtos.Column
4.0.25
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.DataTables.Dtos.Column --version 4.0.25
NuGet\Install-Package Soenneker.DataTables.Dtos.Column -Version 4.0.25
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.DataTables.Dtos.Column" Version="4.0.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.DataTables.Dtos.Column" Version="4.0.25" />
<PackageReference Include="Soenneker.DataTables.Dtos.Column" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.DataTables.Dtos.Column --version 4.0.25
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.DataTables.Dtos.Column, 4.0.25"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.DataTables.Dtos.Column@4.0.25
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.DataTables.Dtos.Column&version=4.0.25
#tool nuget:?package=Soenneker.DataTables.Dtos.Column&version=4.0.25
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.DataTables.Dtos.Column
A C# type mapping to DataTables.js Column.
Install
dotnet add package Soenneker.DataTables.Dtos.Column
What you get
DataTableColumn— A C# type mapping to DataTables.js Column.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
DataTableColumn.AriaTitle |
Set the columns' aria-label attribute value. | Set the columns' aria-label attribute value. |
DataTableColumn.CellType |
Cell type to be created for a column. | Cell type to be created for a column. |
DataTableColumn.ClassName |
Class to assign to each cell in the column. | Class to assign to each cell in the column. |
DataTableColumn.ContentPadding |
Add padding to the text content used when calculating the optimal width for a table. | Add padding to the text content used when calculating the optimal width for a table. |
DataTableColumn.CreatedCell |
Cell created callback to allow DOM manipulation. | Cell created callback to allow DOM manipulation. |
DataTableColumn.Data |
Set the data source for the column from the rows data object/array. | Set the data source for the column from the rows data object/array. |
DataTableColumn.DefaultContent |
Set default, static, content for a column. | Set default, static, content for a column. |
DataTableColumn.Footer |
Set the column footer text. | Set the column footer text. |
DataTableColumn.Name |
Set a descriptive name for a column. | Set a descriptive name for a column. |
DataTableColumn.Orderable |
Enable or disable ordering on this column. | Enable or disable ordering on this column. |
DataTableColumn.OrderData |
Define multiple column ordering as the default order for a column. Can be int or array. | Define multiple column ordering as the default order for a column. Can be int or array. |
DataTableColumn.OrderDataType |
Live DOM sorting type assignment. | Live DOM sorting type assignment. |
DataTableColumn.OrderSequence |
Order direction application sequence. | Order direction application sequence. |
DataTableColumn.Searchable |
Enable or disable search on the data in this column. | Enable or disable search on the data in this column. |
DataTableColumn.Title |
Set the column title. | Set the column title. |
DataTableColumn.Type |
Set the column type - used for filtering and sorting string processing. | Set the column type - used for filtering and sorting string processing. |
DataTableColumn.Visible |
Enable or disable the display of this column. | Enable or disable the display of this column. |
DataTableColumn.Width |
Column width assignment. | Column width assignment. |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Soenneker.DataTables.Dtos.Column:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.DataTables
A Blazor interop library for DataTables |
|
|
Soenneker.Quark.Suite
Shadcn-powered Blazor UI, refined and modular. |
|
|
Soenneker.DataTables.Extensions.Types
A collection of helpful Type extension methods relating to DataTable.js |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.26 | 4,886 | 8/30/2026 |
| 4.0.25 | 136 | 8/29/2026 |
| 4.0.24 | 11,700 | 7/28/2026 |
| 4.0.23 | 7,490 | 7/16/2026 |
| 4.0.22 | 8,382 | 6/19/2026 |
| 4.0.21 | 7,956 | 6/5/2026 |
| 4.0.20 | 10,911 | 4/22/2026 |
| 4.0.19 | 10,566 | 3/12/2026 |
| 4.0.18 | 132 | 3/12/2026 |
| 4.0.17 | 127 | 3/12/2026 |
| 4.0.16 | 226 | 3/12/2026 |
| 4.0.15 | 1,073 | 3/10/2026 |
| 4.0.14 | 667 | 3/9/2026 |
| 4.0.13 | 417 | 3/9/2026 |
| 4.0.12 | 160 | 3/9/2026 |
| 4.0.11 | 1,392 | 3/4/2026 |
| 4.0.10 | 5,889 | 1/2/2026 |
| 4.0.9 | 2,185 | 11/21/2025 |
| 4.0.8 | 1,419 | 11/6/2025 |
| 4.0.7 | 1,457 | 10/29/2025 |
Loading failed
Improve README usability and API guidance