Commit 629e114d by yasir

modif tampilan datatable

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