Archive for the 表格 [grid] Category

表格 – Sigma Grid 2.2

Posted by Feng Filed Under 表格 [grid] with 1 Comment

Sigma Grid 2.2

Sigma Grid基于javascript,使用Ajax显示数据,实现行编辑,滚动和排序,Sigma grid显示样式全部由CSS控制,可以自定义各种样式。而且官方还提供了UI编辑器,以及各种程序(C#,PHP,VB.NET,JSP)的使用示例,推荐使用。

Continue

GridView with DataPager in ASP.NET 3.5

Posted by Feng Filed Under program, 表格 [grid] with No Comments

image

Continue

表格 – flexigrid

Posted by Feng Filed Under 表格 [grid] with No Comments

Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.

Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration.

Features

  • Resizable columns
  • Resizable height and width
  • Sortable column headers
  • Cool theme
  • Can convert an ordinary table
  • Ability to connect to an ajax data source (XML and JSON[new])
  • Paging
  • Show/hide columns
  • Toolbar (new)
  • Search (new)
  • Accessible API
  • Many more

I’m planning to add an Editable and Resortable rows feature, as well as other cool GUI features.

One of my main goal for the plugin is ultimately to keep it lightweight, maybe under 20k when compressed. Because otherwise you should probably stick with Ext Grid or YUI data table.