#31 Ugrade to Babel 6 and update the ReactGrid sample

This commit is contained in:
Charalampos Karypidis
2016-01-17 23:42:05 +01:00
committed by SteveSandersonMS
parent 73e218de4e
commit 225dfdd168
5 changed files with 14 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ class RowActionsComponent extends React.Component {
}
}
var columnMeta = [
export const columnMeta = [
{
"columnName": "id",
"order": 1,
@@ -58,6 +58,3 @@ var columnMeta = [
"customComponent": RowActionsComponent
}
];
export var columnMeta;

View File

@@ -1,4 +1,4 @@
var fakeData = [
export const fakeData = [
{
"id": 0,
"name": "Mayer Leonard",
@@ -2484,6 +2484,3 @@ var fakeData = [
"favoriteNumber": 1
}
];
export var fakeData;