dsuryd/dotNetify-Elements

How to add a column with a button in GridData

haifzhan opened this issue · 1 comments

Hi, is it possible to add a column with a button for DataGrid?
I read the documentation but didn't find how to customize it.

screenshot 2018-10-31 15 27 18

The GridColumn element provides a formatter property that you can use to customize the content of the column. In the DataGrid documentation example, you can see it being used to format the date column. This property accepts a proper React component, so you can render practically anything.