Commit 629e114d by yasir

modif tampilan datatable

1 parent c9392444
......@@ -18,7 +18,7 @@
</div>
<div class="jarviswidget" style="border-top:1px solid #ccc!important">
<div role="content">
<table id="table1" class="table table-bordered table-hover table-condensed">
<table id="table1" class="table table-bordered table-hover table-condensed nowrap">
<thead>
<tr>
<th tal:repeat="f params.columns">${f.title}</th>
......@@ -104,6 +104,7 @@
//scrollCollapse: true,
//sort: true,
//info: false,
scrollX: true,
filter: true,
autoWidth: false,
paginate: true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!