* [task#141579,doing,0.5h] add rowspan js.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
window.getCellSpan = function(cell)
|
||||
{
|
||||
if(['id', 'name', 'module', 'method', 'createdBy', 'createdDate', 'actions'].includes(cell.col.name) && cell.row.data.rowspan)
|
||||
{
|
||||
return {rowSpan: cell.row.data.rowspan};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user