The Tabular view of a Quill Report
QuillProvider
is a parent of the Table
component.useQuill
hook) you can also pass in that data directly to the Table component and it will display that data without doing any async fetching.
reportId
is passed, the table will first fetch the data necessary
to render this table, and then it will render the rows and columns that it
receives from the server.reportId
must be passed if rows
and columns
are not present.rows
and columns
are passed, the table will not refetch the given
report and will instead simply render the rows and columns it was given.rows
and columns
must be passed if reportId
is not present.rows
and columns
are passed, the table will not refetch the given
report and will instead simply render the rows and columns it was given.rows
and columns
must be passed if reportId
is not present.