Welcome To Snipplr


Everyone's Recent Snippets Tagged table



1 2 3 4 Next »
2 1439 posted 17 years ago by fredaudet
This will create and then populate a MySQL table with a list of the names and USPS abbreviations for US states and possessions in existence.
3 3566 posted 17 years ago by cbrant
This will create and then populate a MySQL table with a list of the names and ISO 3166 codes for countries in existence.
5 2536 posted 17 years ago by cbrant
1 1090 posted 17 years ago by f0vela
/* --==[ EXAMPLE ]==-- var colors = new AArray(); colors.add("k01", {bk:"#fff",tk:"b",it:"hello"}); var oC = colors.get("k01"); var tT = ''; for(K in oC) tT += "[" + K + "]: " + oC[K] + "\n"; tT += "\n\n"; tT += oC.bk + "\n"; tT += oC...
1 1368 posted 17 years ago by vbert
Table as a MAP with 2D keys (row and column).
1 973 posted 17 years ago by roock
Everything is either true or untrue, or both true and untrue, or neither true nor untrue
0 3299 posted 17 years ago by zvasanth
1 2940 posted 17 years ago by jpdamen
0 1047 posted 17 years ago by natalie
gmail-like table's column overflow. Efecte de truncar el text en una taula si sobrepasa
1 984 posted 17 years ago by j_junyent
This snipped adds columnstriping to cells. It works fine for most cases, but will behave strange when combined with colspan. Cells get an additional class 'even-col' or 'odd-col'
2 1432 posted 18 years ago by berkes
0 982 posted 18 years ago by valcartei
This function looks for tables in a web page, then loops through the rows and sets the backgroundColor for ever other row.This creates a striped table which is easier to read.
2 1549 posted 18 years ago by 1man
0 1114 posted 18 years ago by whitetiger
Rendererを作るかJTable#prepareRendererをオーバーライドする。オーバーライドのほうが汎用的に使えて楽。
0 1324 posted 19 years ago by yoshimov
Table with style as in; http://24ways.org/examples/tables-with-style/table_columns.html
14 2435 posted 19 years ago by zensir
1 980 posted 19 years ago by sylvan
1 2 3 4 Next »