vaadin-grid-pro

WebJar for vaadin-grid-pro

License

License

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin.webjar
ArtifactId

ArtifactId

vaadin-grid-pro
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

vaadin-grid-pro
WebJar for vaadin-grid-pro
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/vaadin/vaadin-grid-pro

Download vaadin-grid-pro

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.3.2,2)
org.webjars.bowergithub.vaadin : vaadin-grid jar [5.7.0,6)
org.webjars.bowergithub.vaadin : license-checker jar [2.1.0,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-select jar [2.3.0,3)
org.webjars.bowergithub.vaadin : vaadin-text-field jar [2.7.0,3)
org.webjars.bowergithub.vaadin : vaadin-checkbox jar [2.4.0,3)
org.webjars.bowergithub.vaadin : vaadin-list-box jar [1.4.0,2)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.6.0,2)
org.webjars.bowergithub.vaadin : vaadin-item jar [2.3.0,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.6.1,2)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.4.1,3)

Project Modules

There are no modules declared in this project.

<vaadin-grid-pro>

Live Demo | API documentation

<vaadin-grid-pro> is a high quality data grid / data table Web Component with extended functionality, part of the Vaadin components.

npm version Build Status Published on webcomponents.org Published on Vaadin Directory Stars on vaadin.com/directory Discord

<vaadin-grid-pro>
  <vaadin-grid-pro-edit-column path="firstName" header="First Name"></vaadin-grid-pro-edit-column>
  <vaadin-grid-pro-edit-column path="lastName" header="Last Name"></vaadin-grid-pro-edit-column>
  <vaadin-grid-pro-edit-column path="email" header="Email"></vaadin-grid-pro-edit-column>
</vaadin-grid-pro>
<script>
  // Populate the grid with data
  const grid = document.querySelector('vaadin-grid-pro');
  fetch('https://demo.vaadin.com/demo-data/1.0/people?count=200')
    .then(res => res.json())
    .then(json => grid.items = json.result);
</script>

Screenshot of vaadin-grid-pro

Installation

Install vaadin-grid-pro:

npm i @vaadin/vaadin-grid-pro --save

Once installed, import it in your application:

import '@vaadin/vaadin-grid-pro/vaadin-grid-pro.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The component with the Lumo theme:

    theme/lumo/vaadin-grid-pro.js

  • The component with the Material theme:

    theme/material/vaadin-grid-pro.js

  • Alias for theme/lumo/vaadin-grid-pro.js:

    vaadin-grid-pro.js

Running API docs and tests in a browser

  1. Fork the vaadin-grid-pro repository and clone it locally.

  2. Make sure you have node.js 12.x installed.

  3. Make sure you have npm installed.

  4. When in the vaadin-grid-pro directory, run npm install to install dependencies.

  5. Run npm start, browser will automatically open the component API documentation.

  6. You can also open visual tests, for example:

Running tests from the command line

  1. When in the vaadin-grid-pro directory, run npm test

Debugging tests in the browser

  1. Run npm run debug, then choose manual mode (M) and open the link in browser.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

com.vaadin.webjar

Vaadin

An open platform for building modern web apps for Java back ends

Versions

Version
2.3.0
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0