Skip to content

Does DataTable control has a fixed row count of 5? #3581

Closed Answered by burhansvural
kspviswa asked this question in Q&A
Discussion options

You must be logged in to vote

Question

I tried to include 10 DataRow(s) in my DataTable, but only 5 are displayed.

    for i in range(1,10):
        print('##### Dumping')
        rows.append(ft.DataRow(cells=[
                ft.DataCell(ft.Text(f'Dump_{i}')),
                ft.DataCell(ft.Text('Dump')),
                ft.DataCell(content = ft.Row([
                                    ft.IconButton(
                        icon=ft.icons.CHECK_CIRCLE_OUTLINE,
                        icon_color="green400",
                        icon_size=20,
                        tooltip="Use this model",
                    ),
                                    ft.IconButton(
                        icon=ft.icons.DELETE_FOREVE…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kspviswa
Comment options

You must be logged in to vote
0 replies
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
3 participants