Closed bekasovoleg closed 3 years ago
@bekasovoleg : we are going to rewrite this component in react in the following months.
I suggest you you make a list of issues/improvements and we apply it to the new (React) version.
@martinpovolny
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.
Closing, https://github.com/ManageIQ/manageiq-ui-classic/pull/7188 changed the implementation to react.
miq-pagination
consists ofmiq-sort-items
,miq-paging
andselect all
checkboxwhen
paginationCtrl.settings.hideSelect
is set,miq-pagination
is hidden instead of onlyselect all
checkbox parthttps://github.com/ManageIQ/ui-components/blob/master/src/gtl/components/pagination/pagination.html#L1
if
tableCtrl.settings.sortBy
isn't true, alsomiq-pagination
is hidden instead ofmiq-sort-items
partit checks here https://github.com/ManageIQ/ui-components/blob/master/src/gtl/components/data-table/data-table.html#L4
we need to check
tableCtrl.settings.sortBy
only here: https://github.com/ManageIQ/ui-components/blob/master/src/gtl/components/pagination/pagination.html#L18also pagination isn't hidden, when
settings.isLoading == true
https://github.com/ManageIQ/ui-components/blob/master/src/gtl/components/data-table/data-table.html#L4