Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.webjars.bowergithub.predixdesignsystem:px-data-grid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.bowergithub.predixdesignsystem:px-data-grid

WebJar for px-data-grid

  • 1.0.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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

FAQs

Package last updated on 23 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc