You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs simply state, "you can use table field without any predefined configurations, it will generate default table schema with columns." I cannot find a single implementation of this, and was wondering does it in fact work currently.
The text was updated successfully, but these errors were encountered:
// note: No need for { } around the Table importTablefrom"react-jsonschema-form-extras/lib/table";<Formschema={schema}uiSchema={uiSchema}formData={formData}fields={{table: Table}}/>
The docs simply state, "you can use table field without any predefined configurations, it will generate default table schema with columns." I cannot find a single implementation of this, and was wondering does it in fact work currently.
The text was updated successfully, but these errors were encountered: