Gain access to all of the ExtJS examples and save time in implementing the solution for an issue which brought you to our examples in the first place. Copyable example code included. Auto-renews until cancelled.
This plugin adds a row of configurable form fields below the grid header where the filter values can be typed or selected. As user types the desired values, or on pressing enter, the grid store gets filtered to show only the matching records.
The plugin provides user interface store sorters. Store has been able to work with multiple sorters for a while yet grid has no UI to add or remove these sorters. Clicking on a column header removes all store sorters and adds the clicked one.
This plugin finds first tree column in the tree panel or tree grid it is plugged into and implements a custom template that renders tree node icons using glyphs from Font Awesome, or another icon-font. It also understands iconColour field that can be used to set icon colours.
State providers bundled with Ext do very well as long as the application is accessed from one browser. If more than one browser or computer is used, each of them stores different state data. This provider sends data to the server for persistence so the unique, per-user state becomes possible.
The plugin simplifies the standard paging toolbar by removing first and last buttons, page number input, labels and separators. Then it adds slider in place of input and also simplifies paging info so that it only shows total number of records.
This plugin finds first tree column in the tree panel or tree grid it is plugged into and implements a custom template that renders tree node icons using glyphs from Font Awesome, or another icon-font. It also understands iconColour field that can be used to set icon colours.
This plugin makes any grid searchable by implementing user interface and search logic. Users interface consists of the search field where user types the text to search for and the menu with field names to select where to search for the query.