We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1272a5a commit 4d0e24cCopy full SHA for 4d0e24c
src/App.tsx
@@ -14,7 +14,7 @@ import logo from "./logo.svg";
14
import "./App.css";
15
import schema from "./schema.json";
16
import uischema from "./uischema.json";
17
-import { materialRenderers } from "@jsonforms/material-renderers";
+import { materialCells, materialRenderers } from "@jsonforms/material-renderers";
18
import { Store } from "redux";
19
import { get } from "lodash";
20
import RatingControl from "./RatingControl";
@@ -144,6 +144,7 @@ const App = ({ store, classes }: AppProps) => {
144
//register custom renderer
145
{ tester: ratingControlTester, renderer: RatingControl }
146
]}
147
+ cells={materialCells}
148
onChange={({ errors, data }) => setStandaloneData(data)}
149
/>
150
</div>
0 commit comments