J
Asked
I am using v2.12, when i trying to use on the andriod PDA, it shows this, Can you let me know how to change it ?
Attachments
- MSAnsweredHello,
In v2 we used the datatables and it loads the table data with ajax request. If the page is working on the desktop, it should work the same on mobile.
If it's not loading that mean there is error on the server. You can check server php error logs or enable app log by changing the `log_threshold` to 1 in the `app/config/config.php` then try again and app will logs the error in the `app/logs/` folder.
Thank you - Login to Reply