mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 07:35:45 +01:00
Added col widths tests
This commit is contained in:
parent
aeb94da59a
commit
ec79d1410a
8 changed files with 236 additions and 152 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<th>Destination</th>
|
||||
<th>Road Distance (km)</th>
|
||||
<th>By Air (hrs)</th>
|
||||
<th width="15%">By Rail (hrs)</th>
|
||||
<th>By Rail (hrs)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
|
|
@ -97,6 +97,7 @@
|
|||
base_path: '../build/tablefilter/',
|
||||
rows_counter: true,
|
||||
// enable_default_theme: true,
|
||||
help_instructions: true,
|
||||
on_keyup: false,
|
||||
loader: true,
|
||||
themes: [{ name: 'skyblue'}],
|
||||
|
|
@ -105,8 +106,9 @@
|
|||
highlight_keywords: true,
|
||||
match_case: false,
|
||||
remember_grid_values: true,
|
||||
col_widths: ['150px','150px','150px','200px','150px'],
|
||||
btn_reset: true,
|
||||
grid_layout: false,
|
||||
grid_layout: true,
|
||||
sort: true,
|
||||
sort_config: {
|
||||
sort_types: ['string','string','number','number','number']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue