We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b36e2 commit d60ca1fCopy full SHA for d60ca1f
docs/grid/usage.md
@@ -939,7 +939,7 @@ column: {
939
id: string | number,
940
header: [
941
{
942
- text?: string,
+ text?: string | ((content: ISummaryList) => string),
943
tooltip?: boolean | object, // true by default
944
tooltipTemplate?: (
945
content: { value: string } & ISummaryList,
@@ -955,7 +955,7 @@ column: {
955
],
956
footer?: [
957
958
959
960
961
0 commit comments