Template:csv2Table

    Table of contents
    No headers
    var id = string.replace(json.emit(@id),'\"','');
    var fileuri = ($fileuri ?? $0 ?? '');
    var maxheight = ($maxheight ?? $1 ?? '');
    var maxwidth = ($maxwidth ?? $2 ?? '100%');
    var sortable = ($sortable ?? $3 ?? true);
    
    let sortable = {sortable: (sortable) };
    
    <html><head>
        <script type="text/javascript" src="http://developer.mindtouch.com/@api/deki/files/4825/=jquery.csv2table-0.02-b-2.8.js" />
        <script>"
        $(document).ready(function(){
          $('#"..id.."').csv2table('"..fileuri.."', "..json.emit(sortable)..");
        });
        "</script>
        <style type="text/css">"
            #"..id.." {width:"..maxwidth..";height:"..maxheight..";overflow:auto;white-space:nowrap;}
        "</style>
    </head>
    </html>
    <div id=(id)></div>
     
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by