Compare commits
2 commits
7aeefea0dd
...
598d59c129
| Author | SHA1 | Date | |
|---|---|---|---|
| 598d59c129 | |||
| 3b1a63d8b5 |
1 changed files with 3 additions and 3 deletions
|
|
@ -338,7 +338,7 @@ $=jQuery;
|
|||
|
||||
flag_up='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="24" style="fill: currentColor;display: inline-block;vertical-align: -.130em;position:absolute;right:-4px;top:-3px;"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM96 160C96 124.7 124.7 96 160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160zM320 224C326.7 224 333 226.8 337.6 231.7L441.6 343.7C448.1 350.7 449.8 360.9 446 369.6C442.2 378.3 433.5 384 424 384L216 384C206.5 384 197.8 378.3 194 369.6C190.2 360.9 191.9 350.7 198.4 343.7L302.4 231.7C306.9 226.8 313.3 224 320 224z"/></svg>';
|
||||
|
||||
html_ele='<span style="position:relative;display:inline-block;width:100%;"><a href="#" class="change_order" data-field="'+field+'" style="display:inline-block;">'+$(this).find('tr:first-child').children().eq(field_pos).html()+'</a> <span id="flag_down_'+field+'" class="order_flag order_flag_down fa fa-caret-square-o-down" style="display:none;">'+flag_down+'</span><span id="flag_up_'+field+'" class="order_flag fa fa-caret-square-o-up" style="display:none;">'+flag_up+'</span></span>';
|
||||
html_ele='<span style="position:relative;display:inline-block;width:100%;"><a href="#" class="change_order" data-field="'+field+'" style="display:inline-block;">'+$(this).find('tr:first-child').children().eq(field_pos).html()+'</a> <span id="flag_down_'+field+'" class="order_flag order_flag_down" style="display:none;">'+flag_down+'</span><span id="flag_up_'+field+'" class="order_flag " style="display:none;">'+flag_up+'</span></span>';
|
||||
|
||||
$(this).find('tr:first-child').children().eq(field_pos).html(html_ele);
|
||||
|
||||
|
|
@ -398,13 +398,13 @@ $=jQuery;
|
|||
success: function (data) {
|
||||
|
||||
$(this.table).find('tr.row_list').remove();
|
||||
|
||||
|
||||
//$(this.table).find('.loading_cells').remove();
|
||||
|
||||
//$(options.loading).hide();
|
||||
|
||||
//console.log(table.options);
|
||||
|
||||
|
||||
if(!data.error) {
|
||||
|
||||
var z=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue