Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Mar 27, 2018
1 parent 0ea5095 commit c4f1f6b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@
function updateTableLayout() {

$('[id$=spacetable]').each(function() {
console.log("layout table...");
// with the following line we test if the jsf datatable realy contains data
// in cases with empty rows on default column is displayed.
//alert($('tbody tr:nth-child(1) td',adatatable).length);
if ($('tbody tr:nth-child(1) td', $(this)).length > 1)
$(this).dataTable({
"bRetrieve" : true,
Expand Down

0 comments on commit c4f1f6b

Please sign in to comment.