How to add a column with a button in GridData
haifzhan opened this issue · 1 comments
haifzhan commented
dsuryd commented
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.