Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 659 Bytes

2021-01-05-improve-pagination-in-tax-module.md

File metadata and controls

11 lines (11 loc) · 659 Bytes
title issue author author_email author_github
improve pagination in tax-module
NEXT-12065
Niklas Limberg
NiklasLimberg

Administration

  • Added <pagination/> to module/sw-settings-tax/component/sw-tax-rule-card/sw-tax-rule-card.html.twig
  • Changed the taxRuleCriteria prop to sort by country.name and type.position when sorting by country.name otherwise sort by the collum that was clicked on in module/sw-settings-tax/component/sw-tax-rule-card/index.js
  • Added the methods paginate and onColumnSort to react to page change and sort event in module/sw-settings-tax/component/sw-tax-rule-card/index.js