reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.42k stars 1.18k forks source link

The semantic table does not stretch to the full width of the page #4321

Open kesevone opened 2 weeks ago

kesevone commented 2 weeks ago

Describe the bug The table does not stretch to the end of the page, although in the demo the table is located to the end of the page width. I used all the necessary components from the template, replacing only the backend with my api to get users and removed button "Export".

As for "spacing", I also saw that "rx.table.cell" and "rx.table.column_header_cell" have "col_span", but when using this parameter, this appear only for column names, not for data.

To Reproduce Steps to reproduce the behavior: reflex init --template ci_template (repo)

Expected behavior Dynamic expansion of the table, as well as "spacing" between columns. Maybe it's already in reflex and I haven't figured it out. In the demo version, there is a large space between columns, but mine is too small.

Screenshots

Demo table cijob

normal_table

My table

my_poop_table

Specifics (please complete the following information):

linear[bot] commented 2 weeks ago

ENG-4061 The semantic table does not stretch to the full width of the page