mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-17 02:57:44 +00:00
表格树标题内容支持html语义化标签
This commit is contained in:
@@ -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>');
|
||||||
|
Reference in New Issue
Block a user