mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user