BinaryQuantumSoul / sdnext-modernui

SD.Next ModernUI
GNU Affero General Public License v3.0
15 stars 7 forks source link

[Issue] Support gr.Table elements #34

Open vladmandic opened 2 months ago

vladmandic commented 2 months ago

Issue Description

gradio.Table() uses virtual table so what’s actually visible in browser is just tiny part of the table - and virtual table does not work once its rehosted by modernui.

this is not only CSS issue, this is a larger problem with gr.Table. but CSS for table also needs improvements

Backend

Chrome (and derivatives)

Branch

Desktop

Version Platform Description

No response

Relevant log output

No response

Acknowledgements

vladmandic commented 2 months ago

reference: https://github.com/BernhardWebstudio/svelte-virtual-table/blob/main/src/lib/VirtualTable.svelte