[eluser]Majd Taby[/eluser]
gusa, CodeExtinguisher _used_ to have server side pagination, but i convertd it to client-side pagination so that ordering and pagination would work in a more intuitive way. Adding db pagination is actually very easy. Here's what you want to modify:
1) codexcontroller:etupQuery
2) Remove the pagination code from view_modes/table.php and add your own.