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}
|
{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>
|
||||||
|
|
Loading…
Reference in New Issue