Jump To:

  1. Variables
    1. $config
  2. Mixins
    1. set()
    2. styles()
  3. Functions
    1. get()

Table-sticky

For use with table-sticky plugin (vue) or other framework implementations, not output by default must be enabled.

Variables

$config

Variable Type: Map

Module Settings

$config: (
  "box-shadow": true,
  "ui-color-disabled": #6490af,
);
File Information
  • File: _table-sticky.scss
  • Group: table-sticky
  • Type: variable
  • Lines (comments): 23-25
  • Lines (code): 27-30

Map Properties

Name Type Default Description
box-shadow CssValue true Box shadow for controls, defaults to element box-shadow

Mixins

set()

Mixin

Change modules $config

File Information
  • File: _table-sticky.scss
  • Group: table-sticky
  • Type: mixin
  • Lines (comments): 32-35
  • Lines (code): 37-39

Examples

@include ulu.component-table-sticky-set(( "property" : value ));

Parameters

Name Type Description
$changes Map Map of changes

Require

styles()

Mixin

Prints component styles

File Information
  • File: _table-sticky.scss
  • Group: table-sticky
  • Type: mixin
  • Lines (comments): 50-53
  • Lines (code): 55-183

Demo

View

Examples

@include ulu.component-table-sticky-styles();

Require

Functions

get()

Function

Get a config option

File Information
  • File: _table-sticky.scss
  • Group: table-sticky
  • Type: function
  • Lines (comments): 41-44
  • Lines (code): 46-49

Examples

@include ulu.component-table-sticky-get("property");

Parameters

Name Type Description
$name Map Name of property

Require