slickgrid

WebJar for slickgrid

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

slickgrid
Last Version

Last Version

2.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

slickgrid
WebJar for slickgrid
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/6pac/SlickGrid

Download slickgrid

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/slickgrid/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>slickgrid</artifactId>
    <version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/slickgrid/
implementation 'org.webjars.npm:slickgrid:2.4.9'
// https://jarcasting.com/artifacts/org.webjars.npm/slickgrid/
implementation ("org.webjars.npm:slickgrid:2.4.9")
'org.webjars.npm:slickgrid:jar:2.4.9'
<dependency org="org.webjars.npm" name="slickgrid" rev="2.4.9">
  <artifact name="slickgrid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='slickgrid', version='2.4.9')
)
libraryDependencies += "org.webjars.npm" % "slickgrid" % "2.4.9"
[org.webjars.npm/slickgrid "2.4.9"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : jquery jar [1.8.0,)
org.webjars.npm : jquery-ui jar [1.8.0,)

Project Modules

There are no modules declared in this project.

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    # open Cypress tool

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

Versions

Version
2.4.9
2.4.6
2.3.3