Skip to content

fix(web): fix pagination on the task setting page so it won't cut off tasks after first ten rows#1926

Merged
chrisbenincasa merged 1 commit into
chrisbenincasa:mainfrom
RichardMartija:fix-cleanup-task
Jun 19, 2026
Merged

fix(web): fix pagination on the task setting page so it won't cut off tasks after first ten rows#1926
chrisbenincasa merged 1 commit into
chrisbenincasa:mainfrom
RichardMartija:fix-cleanup-task

Conversation

@RichardMartija

Copy link
Copy Markdown
Contributor

For some reason, the tasks table was paginating without showing pagination controls which resulted in whichever two tasks were last in the list being inaccessible unless you sorted the table by a different column (in which case two other tasks would be cut off).

@chrisbenincasa

Copy link
Copy Markdown
Owner

The issue here is the page is using the wrong component to mount the table. It's using MRT_Table, which is a building block component that doesnt include header/footer, etc. Switching from MRT_Table to MaterialReactTable will fix this without disabling pagination.

@RichardMartija

Copy link
Copy Markdown
Contributor Author

Thanks, I don't really know React well. PR updated to fix pagination instead of removing.

@RichardMartija RichardMartija changed the title fix(web): disable pagination on the task setting page so it won't cut off tasks after first ten rows fix(web): fix pagination on the task setting page so it won't cut off tasks after first ten rows Jun 18, 2026
@chrisbenincasa

Copy link
Copy Markdown
Owner

Thanks for the fix!

@chrisbenincasa chrisbenincasa merged commit ced2667 into chrisbenincasa:main Jun 19, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants