表格树标题内容支持html语义化标签
This commit is contained in:
parent
a0ada99856
commit
e7d791ddf0
@ -133,7 +133,7 @@
|
|||||||
if((!target.isFixWidth)&& column.width){
|
if((!target.isFixWidth)&& column.width){
|
||||||
target.isFixWidth = column.width.indexOf("px")>-1?true:false;
|
target.isFixWidth = column.width.indexOf("px")>-1?true:false;
|
||||||
}
|
}
|
||||||
$th.text(column.title);
|
$th.html(column.title);
|
||||||
$thr.append($th);
|
$thr.append($th);
|
||||||
});
|
});
|
||||||
var $thead = $('<thead class="treetable-thead"></thead>');
|
var $thead = $('<thead class="treetable-thead"></thead>');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user