px-tables-design

WebJar for px-tables-design

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bowergithub.predixdesignsystem
ArtifactId

ArtifactId

px-tables-design
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

px-tables-design
WebJar for px-tables-design
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/predixdesignsystem/px-tables-design

Download px-tables-design

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bowergithub.predixdesignsystem : px-colors-design jar [1.0.0,2)
org.webjars.bowergithub.predixdesignsystem : px-defaults-design jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

px-tables-design

Overview

The Predix UI Tables module has some useful helpers for common <table> patterns. This module is a fork of the inuitcss Table module.

Dependencies

The px-tables-design module depends on two other Px modules:

Installation

Install this module and its dependencies using bower:

bower install --save px-tables-design

Once installed, @import into your project's Sass file in its Base layer:

@import "px-tables-design/_base.tables.scss";

Usage

These flags are available and, if needed, should be set to true prior to importing the module:

$inuit-enable-table--fixed
$inuit-enable-table--small
$inuit-enable-table--large
$inuit-enable-table--rows
$inuit-enable-table--columns
$inuit-enable-table--no-cells

The following variables are available for use in the module:

$inuit-table-border-width
$inuit-table-border-style
$inuit-table-border-color

Options

These classes are available if the variable flags listed above are set to true:

  • table--fixed: force tables into having equal-width columns.
  • table--small: tables with tightly packed cells.
  • table--large: tables with widely padded cells.
  • table--rows: add borders only to table’s rows.
  • table--columns: add borders only to table’s columns.
  • table--no-cells: remove borders around a table.

View the full API here.

org.webjars.bowergithub.predixdesignsystem

Predix Design System

Versions

Version
2.0.0