Loading a Grid

About This Space

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.


Last updated on June 28, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Loading a Grid Template

This template illustrates the simplest way to load a Rich Display grid with data, where all records are sent to the grid in bulk.

Grid Widget

The grid widget supports many capabilities that you can provide to your end-users with little to no manual coding. These capabilities include:

  • Column Sorting
  • Movable columns
  • Resizable columns
  • Export to Excel or CSV
  • Paging Bar
  • Row selection
  • Searching for data within the grid
  • Data filtering
  • Hiding columns
  • Context menus
  • Row Folding
  • Automatic database table reading with zero code
  • Row drag and drop
  • And more

Using Visual Designer to setup a Grid

You can use the Visual Designer to design the layout and the behavior of your grid. You can click to add or remove columns and visible rows. You can visually resize rows, columns, and headings. You can edit the heading text inline. You can also configure 100's of properties using the Properties Window on the right. Finally, each grid column can host one or more input or output widgets -- simply drag the desired widget into the first row of the grid in the Visual Designer.

Screenshot

API

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By misodle (@misodle)

Filters:

Popular Recent

Application to output numbers and their squares to the console

2362

0

0

This app consumes a web service and display the information in a grid

2335

0

0

This workspace shows you how to add custom widgets to your project

2229

0

0

This interactive app prompts the user for key fields to lookup a database record and displays the results

2279

0

0

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

2264

0

0

Demo app to use EJS to display information from a database

2443

0

0

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

2307

0

0

Simple output to a browser from Node.js

2377

0

0

React.js Application

2297

0

0

React.js using Rich Display Components built in the Visual Designer

2344

0

0

A simple dashboard example that uses responsive design

2262

0

0

A demo of how to build and consume Web Services with and without parameters

2300

0

0