Skip to content

Commit 4f4d2d7

Browse files
Merge pull request #118 from MrYamous/fix/component-columns-typo
Fix typo in component-columns doc
2 parents 509cb42 + 5471bb4 commit 4f4d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/table-component/component-columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class DishTable extends PowerGridComponent
9393
Column::make(
9494
title: 'Discount Price',
9595
field: 'price_with_discount',
96-
dateField: 'price'
96+
dataField: 'price'
9797
)
9898
];
9999
}

0 commit comments

Comments
 (0)