core_table/local/dynamic/repository

A javascript module to handle calendar ajax actions.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) fetch(component, handler, uniqueid, options, resetPreferences) → {Promise}

Source:

Fetch table view.

Parameters:
Name Type Description
component String

The component

handler String

The name of the handler

uniqueid String

The unique id of the table

options Object

The options to use when updating the table

Properties
Name Type Description
sortData Array

The list of columns to sort by

joinType Number

The filterset join type

filters Object

The filters to apply when searching

firstinitial String

The first name initial to filter on

lastinitial String

The last name initial to filter on

pageNumber String

The page number

pageSize Number

The page size

hiddenColumns Object

The columns to hide

resetPreferences Bool
Returns:

Resolved with requested table view

Type
Promise