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

how increase the number of rows after create table? #98

Open
Nigacatch opened this issue May 21, 2024 · 1 comment
Open

how increase the number of rows after create table? #98

Nigacatch opened this issue May 21, 2024 · 1 comment

Comments

@Nigacatch
Copy link

Hello, I have a table that has a maximum of 11 rows. According to the data that I want to show inside, I may have 5 rows of data... Now if I change the page to the previous page, I need 11 rows to be displayed because page 1 has exactly 11 data, but page 2 It's not complete yet and it has 5 data... I create the table with 5 rows, but when I go to page 1, I can't add 11 rows and there are only 5 rows and 6 of the data are not displayed because there are no rows. How can I increase the number of rows to 11 until I go to page 1? And how can I reduce it when I go to page 2 because it is not complete?

@Akascape
Copy link
Owner

@Nigacatch Use .add_row to increase the row number, and use .delete_row to delete any row.

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

2 participants