| | |
| | | } else { |
| | | searchOpp(); |
| | | } |
| | | windowResize(); |
| | | } |
| | | |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | function resizeTable() { |
| | | var tableWidth = 0; |
| | | j$('body .pbBody table#tableHeader tr.headerRow td').each(function() { |
| | | var colClass = getColClassName(this); |
| | | if (colClass != 'col_Scroll') { |
| | | var headerCol = j$('body .pbBody table.list tr.headerRow td.' + colClass); |
| | | tableWidth += headerCol.width(); |
| | | } |
| | | }); |
| | | j$('table#tableData').css('width', (tableWidth + 20) + 'px'); |
| | | j$('table#tableHeader').css('width', (tableWidth + 20) + 'px'); |
| | | } |
| | | |
| | | function sortTableJs_Account(key) { |
| | | if (typeof event.stopPropagation != "undefined") { |