Skip to content

bryntum/bryntum-grid-lazyload-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The new Bryntum Grid lazyLoad feature: Starter code

Install the dependencies

First install the dependencies by running the following command:

npm install

Note that the lazyLoad feature is available from Bryntum Grid Version 6.

Now install the Bryntum Grid component using npm. First, get access to the Bryntum private npm registry by following the guide in our docs. When you’ve logged in to the registry, install the Bryntum Grid component by following this guide.

Run the local dev server

Run the local dev server by running the following command:

npm start

Open http://localhost:1337/, and you’ll see a Bryntum Grid with 100,000 rows of data. The Grid will have full CRUD functionality. There is no database – the data is stored in the sessionData variable in the server.js file. Any data changes will be lost when you restart the dev server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • HTML 6.2%
  • CSS 2.5%