Hi Guys
im stuck on this issue.
i have generated a datatable table dynamically, as the data is coming from mysql Table. everything works fine, that is the search box, the pagination. now the only thing that i need is to increase the pages from default 5 to 10 for example. i want to change from
previous 1 2 3 4 5 .....90 next
to
previous 1 2 3 4 5 6 7 8 9 10 .... 90 next
thank you in advance