mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°4346 - Restore HTML metadata (data-xxx) on lists in the backoffice - after configure this list
This commit is contained in:
@@ -107,6 +107,9 @@ $(function () {
|
||||
$.each(aOptions['columns'], function (i, item) {
|
||||
aOptions["columns"][i]["render"]["display"] = new Function("data, type, row", aOptions["columns"][i]["render"]["display"]);
|
||||
});
|
||||
$.each(aOptions['columns'], function (i, item) {
|
||||
aOptions["columns"][i]["createdCell"] = new Function("td, cellData, rowData, row, col", aOptions["columns"][i]["createdCell"]);
|
||||
});
|
||||
|
||||
parentElt.append("<table id=\""+me.options.sListId+"\" width=\"100%\" class=\"ibo-datatable\">"+
|
||||
"<thead><tr>"+sThead+"</tr></thead></table>");
|
||||
|
||||
Reference in New Issue
Block a user