title | issue | author | author_email | author_github |
---|---|---|---|---|
improve pagination in tax-module |
NEXT-12065 |
Niklas Limberg |
NiklasLimberg |
- Added
<pagination/>
tomodule/sw-settings-tax/component/sw-tax-rule-card/sw-tax-rule-card.html.twig
- Changed the
taxRuleCriteria
prop to sort bycountry.name
andtype.position
when sorting bycountry.name
otherwise sort by the collum that was clicked on inmodule/sw-settings-tax/component/sw-tax-rule-card/index.js
- Added the methods
paginate
andonColumnSort
to react to page change and sort event inmodule/sw-settings-tax/component/sw-tax-rule-card/index.js