horizontal problem
horizontal problem
Hi,
I managed to add paging to my recordset (classic asp ). However as im using horizontal looper ( 3 in a row ) the counting of items per page is not correct as it counts vertical.
Is it possible to count horizontal as well?
thank
Urko
I managed to add paging to my recordset (classic asp ). However as im using horizontal looper ( 3 in a row ) the counting of items per page is not correct as it counts vertical.
Is it possible to count horizontal as well?
thank
Urko
This discussion has been closed.
Replies
DataTables doesn't really to horizontal records - it's more table row based. If you do want to try and do this, you can use fnDrawCallback to update the information element using a custom counting function.
Regards,
Allan