¡@

Home 

2014/10/16 ¤W¤È 12:09:18

jquery Programming Glossary: tdct

Large dynamically sized html table with a fixed scroll row and fixed scroll column

http://stackoverflow.com/questions/10838700/large-dynamically-sized-html-table-with-a-fixed-scroll-row-and-fixed-scroll-colu

.colSpan create table with just r1c1 which is fixed for both scrolls var tr1c1 origTableTmpl row1.each function var tdct 0 this .find 'td' .filter function tdct this.colSpan return tdct r1c1ColSpan .remove row1.appendTo tr1c1 tr1c1.wrap.. is fixed for both scrolls var tr1c1 origTableTmpl row1.each function var tdct 0 this .find 'td' .filter function tdct this.colSpan return tdct r1c1ColSpan .remove row1.appendTo tr1c1 tr1c1.wrap ' div class fixedTB ' tr1c1.parent .prependTo.. var tr1c1 origTableTmpl row1.each function var tdct 0 this .find 'td' .filter function tdct this.colSpan return tdct r1c1ColSpan .remove row1.appendTo tr1c1 tr1c1.wrap ' div class fixedTB ' tr1c1.parent .prependTo this.closest '.relativeContainer'..