表格树标题内容支持html语义化标签

pull/196/head
RuoYi 2020-08-11 18:21:15 +08:00
parent a0ada99856
commit e7d791ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
if((!target.isFixWidth)&& column.width){
target.isFixWidth = column.width.indexOf("px")>-1?true:false;
}
$th.text(column.title);
$th.html(column.title);
$thr.append($th);
});
var $thead = $('<thead class="treetable-thead"></thead>');