Projects tagged ‘table’


[131 total ]

0 Users

A desktop application to facilitate the easy management of blobs within one or more Azure storage account. The application includes the ability to upload entire folders from your local drive, to edit ... [More] content in storage and to launch applications to view the content. [Less]
Created 8 months ago.

0 Users

This code allows one to add or delete rows or columns to an HTML table using DOM manipulation. It handles colspan and rowspan cells properly, both when such a cell overlaps the operation area (in ... [More] which case the rowspan/colspan value of the cell is adjusted instead of other cells being added or removed), and when it doesn't (in which case the rowspan/colspan attribute may cause cells to be in the operation area that would otherwise remain unaffected). [Less]
Created 11 months ago.

0 Users

Flexigridby Paulo P. Marinas Lightweight but rich 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 ... [More] 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 JSONnew) Paging Show/hide columns Toolbar (new) Search (new) Accessible API Resizable Width JSON Support Toolbar Table Toggle Button Show/Hide Columns control have been move to the column headers (try it by mouseovering a header and clicking a black triangle on the right) Fixed paging problem on multiple instances Mootools and Prototype noConflict() compatibility problems fixed New onError event on ajax interaction, (it will pass what the server said in a variable called data), allowing you to handle server problems New $().flexAddData method, allows you to directly add new data to the grid using your own data source. New preProcess API, allows you to modify or process data sent by server before passing it to Flexigrid, allowing you to use your own JSON format for example. Single Rows Select just use { singleSelect: true } in the options Quick Search 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. [Less]
Created about 1 year ago.

0 Users

PHP table and various handler scripts, including dynamic cascades, pagination, filtering, and crud operations.
Created 18 days ago.

0 Users

Service to create time tables for studies schedules using wicket with databinder.
Created 24 days ago.

0 Users

SGPAnews em breve tutorial para instalação. news adicionado bibliotecas necessárias para o sistema.http://sgpa.googlecode.com/files/jars_necessarios.rar Um sistema para gerenciamento de ... [More] projetos, tenta oferecer suporte a projetos de naturezas diversas. Uma das características é que poderá ter várias pessoas em volta do mundo colaborando em um projeto com gerenciamento mais claro. Já uma versão em produção na versão 1.0.1.3 e outra versão Beta 1.1. Logo será disponibilizado mais screenshoots das telas visite também http://code.google.com/p/sgpa/wiki/ScreenShoots telas Tela principal [Less]
Created 12 months ago.

0 Users

RPC backable grids. SortGrid FilterGrid SearchGrid
Created 3 months ago.

0 Users

Jarics GridInstead of building native js code, I use GWT1.5 classes and create a grid where you can set a List of Objects that implements a Gridable interface. You will find a test package to get an ... [More] example of how to use this grid. Preparation stepsMettre le jar dans ton buildPath de projet Mettre la clause qui suit dans votre module (dans le gwt.xml du projet): Ajouter ce qui suit dans ton .html : How to use itpublic Widget() { absolutePanel = new AbsolutePanel(); ... detailsGrid = new JaricsGrid(); absolutePanel.add(detailsGrid, 10, 455); detailsGrid.setSize("509px", "160px"); ... }DTO implements Gridableexemples: DTO wDTO = (DTO)detailsGrid.getSelectedObject(); detailsGrid.setObjects(wDTOs, DTO.getColumnConfig()); [Less]
Created 11 months ago.

0 Users

This project provides a javascript library for manipulating DOM tables. You can apply sort, filter and hide to the table or any of its columns. You can also get the unique values within a column. ... [More] Column data types are calculated in an extensible way. Cells can be set to editable, for use by a GUI. The library respects HTML semantics (such as THEAD and TFOOT) and creates just one global object - jTable. The project Wiki contains a basic introduction plus a detailed API for the three members of the jTable object - jTable.t, jTable.h, and jTable.c. [Less]
Created about 1 year ago.

0 Users

Dev-list: bifrost@googlegroups.com See Wiki for documentation.
Created 12 months ago.