You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
My table
Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: