Preparing search index...
The search index is not available
@labkey/api
@labkey/api
Query
GetData
IRenderer
Interface IRenderer
interface
IRenderer
{
columns
?:
(
string
|
string
[]
|
FieldKey
)
[]
;
includeDetailsColumn
?:
boolean
;
maxRows
?:
number
;
offset
?:
number
;
sort
?:
ISort
[]
;
type
?:
string
;
}
Index
Properties
columns?
include
Details
Column?
max
Rows?
offset?
sort?
type?
Properties
Optional
columns
columns
?:
(
string
|
string
[]
|
FieldKey
)
[]
Optional
include
Details
Column
include
Details
Column
?:
boolean
Optional
max
Rows
max
Rows
?:
number
Optional
offset
offset
?:
number
Optional
sort
sort
?:
ISort
[]
Optional
type
type
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
include
Details
Column
max
Rows
offset
sort
type
@labkey/api
Loading...