Skip to content

g-parki/SlickGrid

This branch is 492 commits behind 6pac/SlickGrid:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2021
Jan 19, 2021
Sep 9, 2021
Oct 25, 2019
Sep 28, 2021
Oct 7, 2021
Mar 5, 2018
Jan 10, 2020
Oct 1, 2021
Feb 2, 2021
Dec 17, 2019
Jul 19, 2018
May 19, 2020
May 19, 2020
Jul 16, 2019
Jan 19, 2021
Dec 14, 2019
Nov 23, 2016
Sep 28, 2021
Sep 28, 2021
Jun 1, 2017
Feb 2, 2021
May 6, 2021
Sep 6, 2021
Oct 1, 2021
Feb 2, 2021
Dec 22, 2018
Oct 7, 2021
Feb 2, 2021
Feb 2, 2021
Feb 2, 2021
Mar 24, 2018

Repository files navigation

This is the 6pac SlickGrid repo

Check out the NEW SlickGrid Website! http://slickgrid.net/

This is the acknowledged most active non-customised fork of SlickGrid.

It aims to be a viable alternative master repo, building on the legacy of the mleibman/SlickGrid master branch, keeping libraries up to date and applying small, safe core patches and enhancements without turning into a personalised build.

Check out the Examples for examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls.

Also check out the Wiki for news and documentation.

E2E Tests with Cypress

We are now starting to add E2E (end to end) tests in the browser with Cypress. You can see here the list of Examples that now have E2E tests. We also added these tests to the GitHub Actions Workflow to automate certain steps while making sure any new commits aren't breaking the build/test. It will basically run all the E2E tests every time someone pushes a Commit or a Pull Request.

We also welcome any new contributions (tests or fixes) and if you wish to add Cypress E2E tests, all you need to do is to clone the repo and then run the following commands

npm install         # install all npm packages
npm run serve       # run a local http server on port 8080
npm run cypress     # open Cypress tool

Once the Cypress UI is open, you can then click on "Run all Specs" to execute all E2E browser tests.

About

A lightning fast JavaScript grid/spreadsheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.1%
  • HTML 8.9%
  • CSS 8.0%