Add pagination to price, cost history grids for product view
This commit is contained in:
parent
a038f2a98d
commit
b5028ab2d0
3 changed files with 11 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
|||
striped
|
||||
hoverable
|
||||
narrowed
|
||||
% if paginated:
|
||||
paginated
|
||||
per-page="${per_page}"
|
||||
% endif
|
||||
% if vshow is not Undefined and vshow:
|
||||
v-show="${vshow}"
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue