Browse Source

new member definitions have been added.

pull/8357/head
Ilkay Ilknur 5 years ago
parent
commit
8a67c5408a
  1. 2
      docs/en/UI/Blazor/Data-Table-Column-Extensions.md

2
docs/en/UI/Blazor/Data-Table-Column-Extensions.md

@ -70,7 +70,9 @@ This section explains how to customize data table columns using the properties i
* `Component`: Type of the component that you want to render. See the "Rendering Custom Components In The Data Table Columns" section for details.
* `Actions`: Action lists for the column. You can render additional action columns by adding actions to this collection.
* `ValueConverter`: Simple converter function that is being called before rendering the content.
* `Sortable`: A boolean field indicating whether the column is sortable or not.
* `DisplayFormat`: You can specify a custom format for the column.
* `DisplayFormatProvider` : You can provide a custom `IFormatProvider` for the column. Default value is `CultureInfo.CurrentCulture`.
## Rendering Custom Components In The Data Table Columns

Loading…
Cancel
Save