Skip to content

Commit

Permalink
wc: Hide top pagination in variant browser grid #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 8, 2025
1 parent 6b285d7 commit d11f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/variant/variant-browser-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default class VariantBrowserGrid extends LitElement {
pagination: this._config.pagination,
pageSize: this._config.pageSize,
pageList: this._config.pageList,
paginationVAlign: "both",
paginationVAlign: "bottom",
formatShowingRows: (pageFrom, pageTo, totalRows) =>
this.gridCommons.formatShowingRows(pageFrom, pageTo, totalRows, this.totalRowsNotTruncated, this.isApproximateCount),
detailView: this._config.detailView,
Expand Down

0 comments on commit d11f62d

Please sign in to comment.