Datatable Outline

<html> <head> <script src="/js/jquery-3.1.1.min.js" type="text/javascript"></script> <script src="/js/jquery.SPServices.min.js" type="text/javascript"></script> <script src="/js/DataTables/datatables.min.js" type="text/javascript"></script> <link href="/js/DataTables/datatables.min.css" rel="Stylesheet" type="text/css"/> <script src="/js/custom.js" type="text/javascript"></script> <script src="/js/ellipsis.js" type="text/javascript"></script> </head> <body> <div class="Hint"></div> <table class="display" style=" word-wrap: break-word; border-collapse: collapse;"> <tr> <td> <div id="DatatableGrid" style="width: 100%"> </div> </td> </tr> </table> </body> </html>
Used as template for creating datatable

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.