My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 127
This javascript easily allows you to have "floating" table headers on a table that will stay in your browser window if the user scrolls the page. The "floating" effect will only happen if the table is in the view and the header row is no longer on the page. This script has been tested and works ...
A simple and minimalistic jQuery plugin which allows you to split any table into multiple pages, it allows you to specify:<br><br> *items* - how many items to show on each page, default is the first opts item `[`optional`]`<br> *ctrls* - here we are specifying our container for controls (page numb...
dynamic table
GWTLib is a lightweight GWT widget library that currently includes {{{MenuBar}}}, {{{PagingBar}}}, {{{Table}}}, {{{PagingTable}}} and {{{StyleListBox}}} widgets. It does not rely on any external Javascript libraries and has no dependencies except GWT itself. GWTLib is compatible with GWT 1.5 and hig...
= GWT Advanced Table = GWT table widget supporting paging, sorting and filtering = Introduction = GWT Advanced Table is GWT table widget that supports row paging, column sorting and data filtering. It provides a table model service interface that is used as data provider that can be impl...
A jQuery plugin to create table filters, it will automaticly create textinputs and selects (filled with unique values from the column). ==A few examples:== {{{ $('table th').tablefilter(); }}} Creates a simple table filter with text-inputs on all th elements of the column {{{ $('table th....
=PHP XHTML table= This class for PHP 5 easily creates XHTML valid tables with a simple and easy to remember syntax. == Download and install == [http://code.google.com/p/php-xhtml-table/downloads/list Download the file], unzip it and read the [http://code.google.com/p/php-xhtml-table/source/brow...
=GWT Table= A library that permit you to create simply a gracefully pagination GWT table with remote sorting and remote filtering. =Preview= http://gwt-table.googlecode.com/files/table.png =Examples= http://code.google.com/p/gwt-table/wiki/PagingTableWidget =Contact= You can cont...
Takes an array as an input and displays a plain text table output that looks similar to a MySQL command line result table. Roadmap: * Support a maximum field/table width so that it can be used for plain-text emails. * Support field vertical tables in addition to horizontal ones (so the fiel...
表格是一种常用且有效的数据呈现方式,但是如果列数或者行数太多,显示器无法完全显示数据,需要拖动滚动条,这时表头和一些标识列不可见。 happy-table支持表头和列锁定,并可全屏显示表格,对某列进行排序
1 2 3 4 5 6 7 8 9 10 Next