mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
#31 Ugrade to Babel 6 and update the ReactGrid sample
This commit is contained in:
committed by
SteveSandersonMS
parent
73e218de4e
commit
225dfdd168
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user