21+ Ajax/CSS表格设计

来源:互联网 发布:万科 知乎 编辑:程序博客网 时间:2024/06/05 01:04
 

转:http://blog.csdn.net/ria2008/archive/2009/06/09/4254873.aspx

1) Tablecloth - Css Globe has decided to present Tablecloth. Which is a lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements.

Tablecloth 由CSS Globe 开发,是一个轻巧易于使用的表格,简洁的将表格样式添加到你的HTML 表格元素中。

 

2) Create a table like Orbitz’s airline flights- The Css Guy taught us how to create a table that would give an indication of relationships among the information provided for example - clicking on a cell should highlight the associated cell in the top row and left most column.

Ask the CSS Guy Table教给我们要如何去创建能够清晰显出去资料之间的相关联系的表格,例如:点击一个表格元素时,将突了显示这个元素,并且在纵列和横列都显示出相关的类别关系。

3) A CSS styled table- Veerle Duoh has demonstrated a beautiful usage of tables, for tabular data while implementing them with accessibility in mind and how to make them appealing for the eye using CSS.

Veerle Duoh 为我们展示了一个漂亮的表格设计,并教我们如何使用CSS来吸引用户的眼球。

 

4) Sortable Table Sort the columns in a table and filter elements in the table.

Sortable Table 演示了如何按升序或降序排列以及如何过滤表格中的数据。

 

5) Row Locking with CSS and JavaScript

- Again The Css Guy refered to this technique as ‘row locking’, since the effect stays in place until the user re-clicks (or unlocks) the row.

Css Guy再次对表格使用了聚焦高亮的效果,除非用户再次点击,否则表单数据将一直保持亮高。

他还给了我们另一个示例:another example to Lock rows with radios .

 

6) Vertical scrolling tablesIf you have a lot of table data but not much room to display it, then this might be the answer. A css only styled table with fixed column headings and footer and scrolling content.

如果您有大量的表格数据,但却没有太大的空间来展示它,这可能是个比较好的方法:一个纯CSS的表格与固定的标题和页脚,以及滚动显示的内容。

7) Replicating a Tree table-The aim is to replicate a graphic table tree using HTML.

这是一个使用HTML 和CSS 设计的树形状表格。

8 ) Paginate, sort and search a table with Ajax and Rails-This example provide a dynamic interface which doesn’t need to reload the entire page when the table changes.

这个表格提供了一个动态的界面,而不需要重新刷新整个页面。

9) Collapsible tables with DOM and CSS-This script add the arrow images in the footer allowing the table to be collapsed and expanded.
此表格加上箭头形象的脚本提示,用来控制表格的伸展和收缩。

10) TableSorter plug-in for jQuery-Its main features include Multi-column sorting, Support for rowspan and colspan on TH elements and many other features

它的主要特性包括多列排序,支持<TH>的rowspan和colspan属性以及许多其他功能。

11) Stripe your tables the OO way-The ‘stripe’ method runs through each row in the specified table and applies the ‘alt’ class, then adds onmouseover and onmouseout functions.

使用了Javascript 为表格中的行进行颜色交替,并且添加了onmouseoveronmouseout 事件,当鼠标点击时,切换背景颜色。

12) MOOTOOLS javascript Table Row & Column highlighting-This shows an mootools javascript example that highlights the table row and column of the cell you are hovering over.

基于MooTools 框架,高亮显示鼠标悬停时的单元格所在的行和列。

13) CSS Table Gallery-This is a showcase of 93 styled tables.

93 styled tables是一个专门收集表格样式的站点,下面是来自一个表格样式的截图:

14) jQuery Table FilterThis example sorts/filters multiple columns

基于jQuery框架可以对数据进行各种不同的排序、过滤。

15) Sortable/Resizable/Editable TableKit TableKit is a collection of HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax.

TableKit基于Prototype框架,专门收集各种HTML表格,可以利用Ajax实时的进行表格栏目大小、排序等编辑。

16) Make all your tables sortable

17) Zebra TablesAlistapart has provided us an excellent example of using JavaScript and the DOM to apply background-color styles to table cells.

alistapart为我们提供了一个极好的例子,如何使用JavaScript和DOM的改变背景色风格,以突出显示单元格。
18 ) Standardista Table Sorting is a JavaScript module that lets you sort an HTML data table by any column.

Standardista Table Sorting 是一个Javascript模块,让您可以对HTML数据表的任何栏目进行排序。

19) GridView3 Example

20) Mootable Because they are made from standard tables, they degrade nicely.

21) Drag & Drop Sortable Lists with JavaScript and CSS

可能还会有一些你更想寻找的详细资料,下面是一些相关的资源链接:

 

  • Bring on the Tables
  • Accessible Data Tables
  • Designing Data Tables
  • Brainjar Table Sort
  • Table Sorter

如果你知道其它更强大的Ajax/CSS表格,欢迎在此留言。

 

 

原创粉丝点击