Skip to content

Commit

Permalink
Merge pull request #118 from MrYamous/fix/component-columns-typo
Browse files Browse the repository at this point in the history
Fix typo in component-columns doc
  • Loading branch information
luanfreitasdev authored Oct 11, 2024
2 parents 509cb42 + 5471bb4 commit 4f4d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/table-component/component-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class DishTable extends PowerGridComponent
Column::make(
title: 'Discount Price',
field: 'price_with_discount',
dateField: 'price'
dataField: 'price'
)
];
}
Expand Down

0 comments on commit 4f4d2d7

Please sign in to comment.