react
react copied to clipboard
[Question] How to add grid with submissions to this code
Environment
Please provide as many details as you can:
- Hosting type
- [x] Form.io
- [x] Local deployment
- Version: 7.0.43
- Formio.js version: x
- Frontend framework: React
- Browser: Brave
- Browser version: latest
I think that I have tried everything...
For code or form JSON, please enclose in a code block:
import React from "react";
import { Form } from "react-formio";
const report= (props) => {
return (
<>
<Form {...props} src="https://example.form.io/report" />
</>
);
};
export default report;