Creating the scaffolding for the ag-grid-react DateComponent

This commit is contained in:
Alberto
2017-01-20 14:47:11 +00:00
parent 4acdee4b72
commit 3613a26f48
3 changed files with 19 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ export default class ColDefFactory {
{headerName: "Country", field: "country", width: 150, enableRowGroup: true, enablePivot: true,
// an example of using a non-React cell renderer
cellRenderer: countryCellRenderer, pinned: true,
filterParams: {cellRenderer: countryCellRenderer, cellHeight: 20}},
filterParams: {cellRenderer: countryCellRenderer, cellHeight: 20}}
,
{headerName: "DOB", field: "dob", width: 150, enableRowGroup: true, enablePivot: true, filter:'date'}
]
},
{