File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Ui/view/base/web/templates/dynamic-rows/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
</ tr >
50
50
</ tbody >
51
51
52
- < tfoot visible ="element.addButton || (!!$data.recordData().length && (pages() > 1)) ">
52
+ < tfoot visible ="element.addButton || (!!element.getRecordCount() && (element. pages() > 1)) ">
53
53
< tr >
54
54
< td attr ="{'colspan': element.getColumnsCount()} "
55
55
visible ="element.addButton || pages() > 1 ">
60
60
< span text ="addButtonLabel "/>
61
61
</ button >
62
62
63
- < div class ="admin__control-table-pagination " visible ="!!element.getRecordCount() && pages() > 1 ">
63
+ < div class ="admin__control-table-pagination " visible ="!!element.getRecordCount() && element. pages() > 1 ">
64
64
< div class ="admin__data-grid-pager ">
65
65
< button class ="action-previous " type ="button " data-bind ="attr: {title: $t('Previous Page')}, click: previousPage, disable: isFirst() "> </ button >
66
66
< input class ="admin__control-text " type ="number " data-bind ="attr: {id: ++ko.uid}, value: currentPage ">
You can’t perform that action at this time.
0 commit comments