react icon indicating copy to clipboard operation
react copied to clipboard

[Question] How to add grid with submissions to this code

Open szymboro opened this issue 4 years ago • 0 comments

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;

szymboro avatar Jun 16 '21 15:06 szymboro