';
if( tableObj.topButton ){
tableHtml += buildTopButton( tableObj );
}
tableHtml += '
';
if( tableObj.header ){
tableHtml += buildHeader( tableObj );
}
if( tableObj.data ){
tableHtml += buildDataList( tableObj );
}else{
tableHtml += buildEmptyTable( tableObj );
}
tableHtml += '