Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Resource Tile

Table of contents
  1. General
  2. Configuration
    1. General tab
    2. Columns tab
    3. Paging & sorting tab
    4. select & resize tab

General

Resource table is used to display the result of a xpath query with pre-defined attributes as columns

Configuration

images_resource_table.png

General tab

Key Type Default Description
title string   title of the resource table
font size number 14 font size of the table
padding number 10 table cell padding
object type string Person object type of the resource showing in the table, this setting only effects the displayed attributes (for getting the displayed attributes defined on the object type)
navigation key string   a keyword to define the navigation behaviour, if not defined, the object type will be used for navigation
table height number   defines the table height, if not set, the table will adjust its height according to the table content
query string   a xpath query with placeholders, whose result will be displayed in the table
date format string   a string to define the datetime format, if not set, the default one from language resource will be used
export to clipboard boolean false allows export to clipboard
export to pdf boolean false allows export to pdf
export to excel boolean false allows export to excel

Columns tab

Generic column settings

Paging & sorting tab

Key Type Default Description
scroll type basic | virtual basic <ul><li>basic - paging using buttons</li><li>virtual - paging using infinite scroll</li></ul>
scroll height number 36 only applied if scroll type is set to virtual, defines the height of a cell for calculating the scroll distance
type numeric | input numeric defines how to specify a page<ul><li>numeric - click on the page number</li><li>input - input a page number in the text box</li></ul>
show paging info boolean true show paging info
show paging buttons boolean true show paging buttons
page size number 10 page size of the table
maximum counter number number 5 defines the max. paging counter should be displayed. if the total page count exceeds this number, they will be omitted and displayed with …
sortable boolean false defines whether the table is sortable
sort mode single | multiple single defines whether multiple columns could be used for sorting
allow unsort boolean true allow table stay unsorted

select & resize tab

Key Type Default Description
resizable boolean false defines whether the table columns are resizable
selectable boolean false defines whether the table rows are selectable
select only by checkbox boolean false if set to true, rows can be selected only by clicking the leading checkbox
selection mode single | multiple single defines whether multiple rows can be selected
checkbox width number 45 obsoleted, this setting should not be changed
link actions Link Actions navigate | sideView defines the allowed link actions
default link action native | navigate | sideView read from config file defines the default link action when clicking a link
disable link boolean false if set to true, no identity link will be applied in the table