Tag: datatables

  • jQuery Datatables with C# / .NET web services

    I just completed a project where I integrated that jQuery Datatables plugin http://datatables.net. The documentation from the Datatables website was helpful but there were a gaps that needed extended documentation. This particular implementation uses an ASMX service for the underlying service. The plugin is integrated with my <table> with the following call. $(‘#example’).dataTable({ bJQueryUI: true, […]