Dev-Owl / advanced_datatable

Advanced Datatable uses the Fultter PaginatedDataTable Widget and adds a few more functions to it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to set the alignment of the pagination without build custom footer.

anasasra opened this issue · comments

Please provide as many information as possible to answer your question.
Is there any way to centralizer or change alignment to left/right without building custom footer ?!

Not yet, feel free to adjust and create a push request:

The row would need an alignment property to center the elements. That could come from the widget with a default to not break the current flow.

Ok I will do it tomorrow, what you think should be the default alignment ?

Not yet, feel free to adjust and create a push request:

The row would need an alignment property to center the elements. That could come from the widget with a default to not break the current flow.

is there any good reason for wrapping the Row widget with SingleChildScrollView ? because i can't see any major effect.
The alignment of row will NOT work properly when wrap it with SingleChildScrollView, so I remove this widget to fix this issue.
The default behavior changed so the footer align to start (left when English) instead of end, but actually this is the default alignment of the row, you just reverse when used SingleChildScrollView.

There another solution to wrap SizedBox with Align widget, but it's more confusing solution.

The main branch has an option to align the default footer, will be part of the next pub.dev update