Skip to content

[Question] [Navigation and routing] how to append data to the browser of other computer ? #3090

Answered by abdokhalil07
jjjunehkim asked this question in Q&A
Discussion options

You must be logged in to vote

import flet as ft

def main(page: ft.Page):

data_table_sample=ft.DataTable(width=400,border=ft.border.all(2, "red"),border_radius=10,vertical_lines=ft.border.BorderSide(3, "blue"),horizontal_lines=ft.border.BorderSide(1, "green"),
                    sort_column_index=0,sort_ascending=True,heading_row_color=ft.colors.BLACK12,heading_row_height=100,data_row_color={"hovered": "0x30FF0000"},show_checkbox_column=True,divider_thickness=0,column_spacing=200,
                        columns=[
                        ft.DataColumn(
                            ft.Text("Column 1"),),
                        ft.DataColumn(
                            ft.Text("Column 2"),
                            t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@abdokhalil07
Comment options

@jjjunehkim
Comment options

Answer selected by jjjunehkim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants