Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable.column_spacing=0,The first and last columns did not meet expectations #4649

Open
1 task done
junloongs opened this issue Jan 3, 2025 · 0 comments
Open
1 task done

Comments

@junloongs
Copy link

Duplicate Check

Describe the bug

DataTable.column_spacing=0,The first and last columns did not meet expectations
1

Code sample

table = ft.DataTable(
border=ft.border.all(2, "black"),
show_bottom_border=True,
vertical_lines=ft.BorderSide(1, "blue"),
horizontal_lines=ft.BorderSide(1, "green"),
sort_column_index=0,
sort_ascending=True,
heading_row_color=ft.Colors.BLACK12,
heading_row_height=35,
data_row_color={ft.ControlState.HOVERED: "0x30FF0000"},
# show_checkbox_column=True,
divider_thickness=0,
column_spacing=0,
data_row_min_height=35,
data_row_max_height=35,
columns=columns,
rows=rows)

To reproduce

1

Expected behavior

No response

Screenshots / Videos

Captures

[Upload media here]

Operating System

Windows

Operating system details

windwos 11

Flet version

0.25.2

Regression

No, it isn't

Suggestions

No response

Logs

Logs
[Paste your logs here]

Additional details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant