Fix client table not passing down rowCount and improve styles of wrapper div

This commit is contained in:
Andrew Kingston 2021-04-13 14:13:44 +01:00
parent 0b3dcb40a3
commit c3748ce640
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,7 @@
{data} {data}
{schema} {schema}
{loading} {loading}
{rowCount}
{quiet} {quiet}
{customRenderers} {customRenderers}
allowSelectRows={false} allowSelectRows={false}
@ -87,3 +88,9 @@
<slot /> <slot />
</Table> </Table>
</div> </div>
<style>
div {
display: flex !important;
}
</style>