Tag: ExtJS Plugin

ExtJS 4: Grid Printer Plugin

ExtJS 4: Grid Printer Plugin

September 7, 2011 | By | 11 Comments

Ed Spencer created a plugin that is capable of creating a print version of an ExtJS grid. This plugin was originally created for ExtJS 3.x. I ported it to ExtJS 4, in case someone need it. The plugin can be downloaded on the following link: https://github.com/loiane/extjs4-ux-gridprinter/archives/master The zip file contains the source code of the plugin [...]

Continue Reading

ExtJS plugin: PagingToolbarResizer

ExtJS plugin: PagingToolbarResizer

August 2, 2010 | By | 8 Comments

Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I’m very happy and it is a big accomplishment for me! The problem: ExtJS PagingToolbar Component allows the developer to set a predetermined page size, which is the total number of records that will be displayed on the grid at once. [...]

Continue Reading

Populating an ExtJS DataGrid + RowExpander using Spring MVC 3

Populating an ExtJS DataGrid + RowExpander using Spring MVC 3

May 13, 2010 | By | 8 Comments

This tutorial will walk through how to implement an ExtJS DataGrid with RowExpander plugin using Spring MVC Framework version 3 in the server side. Sometimes you need to show more information than fits within the grid, as an expansion of the record/row. ExtJS DataGrid component provides a plugin called RowExpander, which does exactly what its [...]

Continue Reading

Importing an Excel Spreadsheet into an ExtJS DataGrid using DataDrop Grid Plugin

Importing an Excel Spreadsheet into an ExtJS DataGrid using DataDrop Grid Plugin

March 8, 2010 | By | 12 Comments

This tutorial will walk through how to import an Excel Spreadsheet into a DataGrid using DataDrop Plugin (by Shea Freaderick). Last week I was looking for a plugin that would allow me to import data from an excel file. I did not find any plugin on ExtJS forum that works like export excel from grid; [...]

Continue Reading