8394 df hidden items (#8763)

* fix bug

* fix

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
pngwn 2024-07-12 18:19:43 +01:00 committed by GitHub
parent 5e36144232
commit c1ecfde50e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:8394 df hidden items

View File

@ -21,3 +21,9 @@
</tr>
{/if}
</table>
<style>
table {
border-collapse: separate;
}
</style>

View File

@ -1054,4 +1054,8 @@
.row_odd.focus {
background: var(--background-fill-primary);
}
table {
border-collapse: separate;
}
</style>

View File

@ -287,6 +287,7 @@
border-spacing: 0;
width: 100%;
scroll-snap-type: x proximity;
border-collapse: separate;
}
table :is(thead, tfoot, tbody) {
display: table;