Commit 06a62940 by yasir

update tampilan filter pada list payment

1 parent 49e272bd
......@@ -9,7 +9,7 @@
overflow-y: auto;
}
</style>
<div id="tmp-toolbar" class="col-md-12" style="display: inline-block;">
<div id="tmp-toolbar" class="col-md-12" style="display: inline-block; margin-bottom: 6px">
<span tal:repeat="f params.form" tal:omit-tag="">
<label for="${f.oid}" class="control-label">
${f.title}
......@@ -19,7 +19,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>
......@@ -109,6 +109,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!