G***G 发帖数: 16778 | 1 如何用html写出一个表格,
header1 1 1 1
header2 2 2 2
header3 3 3 3
每一行可以sort.
The rows of header1, header2, and header3 are sortable. |
I*****y 发帖数: 6402 | 2 html itself never supports sorting. embedding JavaScript in html could make
sorting work.
alt method: use 2 dimensional array to do this in PHP or python
【在 G***G 的大作中提到】 : 如何用html写出一个表格, : header1 1 1 1 : header2 2 2 2 : header3 3 3 3 : 每一行可以sort. : The rows of header1, header2, and header3 are sortable.
|
w********m 发帖数: 1137 | |
e*******o 发帖数: 4654 | 4 尼玛,以为进错版了。
以后不会几门编程语言都不好意思上买买提了。 |
l*********s 发帖数: 5409 | 5 ^__^
【在 e*******o 的大作中提到】 : 尼玛,以为进错版了。 : 以后不会几门编程语言都不好意思上买买提了。
|
t****a 发帖数: 1212 | 6 http://cran.r-project.org/web/packages/SortableHTMLTables/index
SortableHTMLTables writes a data frame to an HTML file that contains a
sortable table. The sorting is done using the jQuery plugin Tablesorter. The
appearance is controlled through a CSS file and several GIF's.
R对HTML这方面的支持实在是不足,或者说还比较落伍。 |