is possible to disable pagination?
I want to know is this could be possible if i have a table with only 1 o 2 records o 5 like max. record.
thank you!
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 18 April 2014 - 03:17 AM
is possible to disable pagination?
I want to know is this could be possible if i have a table with only 1 o 2 records o 5 like max. record.
thank you!
Posted 18 April 2014 - 18:00 PM
Well pagination and stuff comes up as a regular stuff .. still if you wish to disable the same - yes u can with making a javascript function that runs on window.onload
and in there - if not mistakened the whole of the pagination is in pDiv2 (checkout and confirm on the same) - just hide it .. .and that should work out 4 u..
Happy GCing