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