Jx.Grid Examples

API Reference: Jx.Grid

This example demonstrates some basic and advanced ways of using Jx.Grid. The actual data comes live from the USGS earthquake site and may take a little while to load - please be patient, its worth the wait!

Grid Options

There are a number of options for configuring a grid, try them out by using the menus to turn various options on and off.

The Grid

The grid itself has a lot of options when you first construct it, for this example most of the options are turned off so we can use the menus to demonstrate the effect of turning them on and off.

The grid component uses an architecture that requires a separate object to provide the data to the grid through a specific api. This object is called the model for the grid. The grid allows the model to be changed at any time and the grid will redraw itself with the new model's data.