You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of our applications use the au-data-table-number-pagination component if they need a pagination feature outside of the AuDataTable .
This works, but that component is an implementation detail that leaked into the public because of the way Ember traditionally worked. This limits our refactoring options.
Webuniversum also has a Pager component which we can implement here as well. We can then deprecate using the AuDataTableNumberPagination component directly and guide users to the AuPager component instead.
The Webuniversum documentation is no longer online, but we can use these docs as a reference in the meanwhile.
The text was updated successfully, but these errors were encountered:
Most of our applications use the
au-data-table-number-pagination
component if they need a pagination feature outside of theAuDataTable
.This works, but that component is an implementation detail that leaked into the public because of the way Ember traditionally worked. This limits our refactoring options.
Webuniversum also has a
Pager
component which we can implement here as well. We can then deprecate using theAuDataTableNumberPagination
component directly and guide users to theAuPager
component instead.The Webuniversum documentation is no longer online, but we can use these docs as a reference in the meanwhile.
The text was updated successfully, but these errors were encountered: