CC-3174 : showbuilder
fixing some css/js for display.
This commit is contained in:
parent
f5b2a23eb1
commit
3aab811a3e
11 changed files with 89 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
function fnLibraryTableRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
|
||||
$(nRow).attr("id", aData["id"]);
|
||||
$(nRow).attr("id", aData["tr_id"]);
|
||||
|
||||
$(nRow).data("show_builder", {"id": aData["id"], "length": aData["length"]});
|
||||
|
||||
|
@ -15,7 +15,7 @@ function fnLibraryTableDrawCallback() {
|
|||
|
||||
function addLibraryItemEvents() {
|
||||
|
||||
$('#library_display tr')
|
||||
$('#library_display tr:not(:first)')
|
||||
.draggable({
|
||||
helper: 'clone',
|
||||
cursor: 'pointer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue