Table with pagination and sorting

Browser Platform Table Cell Table Cell Table Cell
Firefox 3.0 Windows Table Cell Table Cell Table Cell
Firefox 3.0 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Windows Table Cell Table Cell Table Cell
Firefox 3.6 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Ubuntu Table Cell Table Cell Table Cell
Chrome 6.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 OS X Table Cell Table Cell Table Cell
Internet Explorer 6.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 7.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 8.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 9.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 OS X Table Cell Table Cell Table Cell
Opera 9.5 Windows Table Cell Table Cell Table Cell
Firefox 3.0 Windows Table Cell Table Cell Table Cell
Firefox 3.0 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Windows Table Cell Table Cell Table Cell
Firefox 3.6 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Ubuntu Table Cell Table Cell Table Cell
Chrome 6.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 OS X Table Cell Table Cell Table Cell
Internet Explorer 6.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 7.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 8.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 9.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 OS X Table Cell Table Cell Table Cell
Opera 9.5 Windows Table Cell Table Cell Table Cell
Firefox 3.0 Windows Table Cell Table Cell Table Cell
Firefox 3.0 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Windows Table Cell Table Cell Table Cell
Firefox 3.6 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Ubuntu Table Cell Table Cell Table Cell
Chrome 6.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 OS X Table Cell Table Cell Table Cell
Internet Explorer 6.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 7.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 8.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 9.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 OS X Table Cell Table Cell Table Cell
Opera 9.5 Windows Table Cell Table Cell Table Cell
Firefox 3.0 Windows Table Cell Table Cell Table Cell
Firefox 3.0 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Windows Table Cell Table Cell Table Cell
Firefox 3.6 OS X Table Cell Table Cell Table Cell
Firefox 3.6 Ubuntu Table Cell Table Cell Table Cell
Chrome 6.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 Windows Table Cell Table Cell Table Cell
Chrome 7.0 OS X Table Cell Table Cell Table Cell
Internet Explorer 6.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 7.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 8.0 Windows Table Cell Table Cell Table Cell
Internet Explorer 9.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 Windows Table Cell Table Cell Table Cell
Safari 5.0 OS X Table Cell Table Cell Table Cell
Opera 9.5 Windows Table Cell Table Cell Table Cell

Usage


Automatically enable pagination on a table

To automatically paginate a table, add the paginate class

HTML
<table class="paginate">
</table>

Manually enable pagination on a table

HTML
<table class="mytableclass">
</table>
Add the following javascript
$(document).ready(function(){
$("table.mytableclass").dataTable();
});