From c084e323b1136899db221ca153e677f4dd54cf2e Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Fri, 17 May 2019 20:01:42 +0800 Subject: [PATCH] DataGrid.jsx --- ShadowEditor.UI/src/property/PropertyGrid.jsx | 3 +++ ShadowEditor.UI/src/table/DataGrid.jsx | 0 2 files changed, 3 insertions(+) create mode 100644 ShadowEditor.UI/src/table/DataGrid.jsx diff --git a/ShadowEditor.UI/src/property/PropertyGrid.jsx b/ShadowEditor.UI/src/property/PropertyGrid.jsx index 40640474..9ea1d508 100644 --- a/ShadowEditor.UI/src/property/PropertyGrid.jsx +++ b/ShadowEditor.UI/src/property/PropertyGrid.jsx @@ -12,6 +12,9 @@ import PropTypes from 'prop-types'; class PropertyGrid extends React.Component { constructor(props) { super(props); + this.state = { + + }; } render() { diff --git a/ShadowEditor.UI/src/table/DataGrid.jsx b/ShadowEditor.UI/src/table/DataGrid.jsx new file mode 100644 index 00000000..e69de29b