Fix client table not passing down rowCount and improve styles of wrapper div
This commit is contained in:
parent
0b3dcb40a3
commit
c3748ce640
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue