A student in my MVC 4.0 class this week recommended a cool tool used to help build data grid / interactive tables on MVC pages. DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
Features include:
> Variable length pagination
> On-the-fly filtering
> Multi-column sorting with data type detection
> plus much much more
Did I mention that it is free?
Features include:
> Variable length pagination
> On-the-fly filtering
> Multi-column sorting with data type detection
> plus much much more
Did I mention that it is free?
To learn more about this cool tool and see a working demo, visit datatables.net.