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

@@ -16,6 +16,7 @@ export default class RowDataFactory {
windows: Math.random() < 0.4,
css: Math.random() < 0.4
},
dob: RefData.DOB[i % RefData.DOB.length],
address: RefData.ADDRESSES[i % RefData.ADDRESSES.length],
years: Math.round(Math.random() * 100),
proficiency: Math.round(Math.random() * 100),