Hello,
Please use customized icons and custom CSS.Also, add arrow icons for the Next and Previous buttons using CSS.
Hi Reemali
Please update the data widgets module in marketplace modules or redownload it.
Data widget module version should be the required version of mendix version 10.
Check again.
Fix: Add this to your theme/web/custom.scss:
.mx-datagrid .mx-datagrid-pagination .mx-datagrid-prev-button,
.mx-datagrid .mx-datagrid-pagination .mx-datagrid-next-button {
color: #333333;
opacity: 1 !important;
visibility: visible !important;
}
If the arrows still don't appear, update your Atlas Core module to the latest Mendix 10 compatible version from the Marketplace, as a partial upgrade is the most common cause of this issue.