px-data-grid

WebJar for px-data-grid

License

License

BSD 3-Clause
Categories

Categories

Data
GroupId

GroupId

org.webjars.bowergithub.predixdesignsystem
ArtifactId

ArtifactId

px-data-grid
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

px-data-grid
WebJar for px-data-grid
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/predixdesignsystem/px-data-grid

Download px-data-grid

How to add to project

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

Dependencies

compile (21)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.4.0,3)
org.webjars.bowergithub.predixdesignsystem : px-number-formatter jar [4.2.0,5)
org.webjars.bowergithub.predixdesignsystem : px-modal jar [3.2.2,4)
org.webjars.bowergithub.predixdesignsystem » px-moment-imports jar [1.0.0,2)
org.webjars.bowergithub.predixdesignsystem : px-chip jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-grid jar [4.1.0,5)
org.webjars.bowergithub.predixdesignsystem » px-rangepicker jar [3.2.0,4)
org.webjars.bowergithub.polymerelements : iron-a11y-keys-behavior jar [2.0.0,3)
org.webjars.bowergithub.predixdesignsystem : px-buttons-design jar [2.0.6,3)
org.webjars.bowergithub.predixdesignsystem » px-icon-set jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : app-localize-behavior jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-scroll-target-behavior jar [2.0.0,3)
org.webjars.bowergithub.predixdesignsystem : px-actionable-design jar [2.0.5,3)
org.webjars.bowergithub.predixdesignsystem : px-spinner jar [2.2.0,3)
org.webjars.bowergithub.predixdesignsystem : px-slider jar [2.1.1,3)
org.webjars.bowergithub.polymerelements : iron-a11y-announcer jar [2.0.0,3)
org.webjars.bowergithub.predixdesignsystem : px-tooltip jar [1.2.3,2)
org.webjars.bowergithub.predixdesignsystem : px-datetime-picker jar [2.0.2,3)
org.webjars.bowergithub.predixdesignsystem : px-popover jar [2.1.2,3)
org.webjars.bowergithub.vaadin : vaadin-radio-button jar [1.0.0-alpha8]
org.webjars.bowergithub.predixdesignsystem : px-dropdown jar [4.4.0,5)

Project Modules

There are no modules declared in this project.

px-data-grid Build Status

Overview

Px-data-grid is a Predix UI component which defines a data grid, optionally using a sub-element for advanced column settings, filtering and pagination.

Usage

Prerequisites

  1. node.js
  2. npm
  3. bower
  4. webcomponents-lite.js polyfill

Node, npm and bower are necessary to install the component and dependencies. webcomponents.js adds support for web components and custom elements to your application.

Getting Started

First, install the component via bower on the command line.

bower install https://github.com/predixdesignsystem/px-data-grid.git --save

Second, import the component to your application with the following tag in your head.

<link rel="import" href="bower_components/px-data-grid/px-data-grid.html">

Finally, use the component in your application:

<px-data-grid table-data="{{data}}">
</px-data-grid>

Local Development

From the component's directory...

$ npm install
$ bower install
$ gulp sass

From the component's directory, to start a local server run:

$ gulp serve

The root of that server (e.g. http://localhost:8080/) will automatically open in your default browser with the API documentation page and interactive working examples.

gulp serve also runs gulp watch concurrently so that when you make a change to your source files and save them, your preview will be updated in any browsers you have opened and turned on in LiveReload.

Running tests from the browser

http://localhost:8080/test

Running tests from the command line

In the px-data-grid directory, run wct

Cross browser testing via SauceLabs

In the px-data-grid directory, run wct --env=saucelabs

org.webjars.bowergithub.predixdesignsystem

Predix Design System

Versions

Version
1.0.0