I have the same question as https://devs.keenthemes.com/question/pagination-first-and-last-links
I can modify everything else in the datatables so far by modifying datatables in /assets/js/custom/apps/user-management/users/list/table.js, except for option pagingType/paginationType. It keeps showing "simple_numbers" mode, but I need it in "full_numbers".
I also tried looking at the /assets/plugins/custom/datatables/datatables.bundle.js but I cannot find a way to make it work.
I am using Metronic 8 demo 1.
Help please. Thank you for your assistance.
Hi,
Can you try to change it in the global Datatable init script src/js/vendors/plugins/datatables.init.js
and then rerun the gulp/webpack to recompile the assets js files globally.
Regards.