RevGrid - v0.9.3
GitHub
NPM
Sponsors
Preparing search index...
client/interfaces/column
RevColumn
Interface RevColumn<BCS, SF>
interface
RevColumn
<
BCS
extends
RevBehavioredColumnSettings
,
SF
extends
RevSchemaField
,
>
{
autoSizing
:
boolean
;
field
:
SF
;
preferredWidth
:
undefined
|
number
;
settings
:
BCS
;
width
:
number
;
autoSizeWidth
(
widenOnly
:
boolean
)
:
boolean
;
checkAutoWidthSizing
(
widenOnly
:
boolean
)
:
boolean
;
loadSettings
(
settings
:
BCS
)
:
void
;
setAutoWidthSizing
(
value
:
boolean
)
:
boolean
;
setWidth
(
width
:
number
,
ui
:
boolean
)
:
boolean
;
}
Type Parameters
BCS
extends
RevBehavioredColumnSettings
SF
extends
RevSchemaField
Index
Properties
auto
Sizing
field
preferred
Width
settings
width
Methods
auto
Size
Width
check
Auto
Width
Sizing
load
Settings
set
Auto
Width
Sizing
set
Width
Properties
auto
Sizing
autoSizing
:
boolean
Readonly
field
field
:
SF
preferred
Width
preferredWidth
:
undefined
|
number
Readonly
settings
settings
:
BCS
width
width
:
number
Methods
auto
Size
Width
autoSizeWidth
(
widenOnly
:
boolean
)
:
boolean
Parameters
widenOnly
:
boolean
Returns
boolean
check
Auto
Width
Sizing
checkAutoWidthSizing
(
widenOnly
:
boolean
)
:
boolean
Parameters
widenOnly
:
boolean
Returns
boolean
load
Settings
loadSettings
(
settings
:
BCS
)
:
void
Parameters
settings
:
BCS
Returns
void
set
Auto
Width
Sizing
setAutoWidthSizing
(
value
:
boolean
)
:
boolean
Parameters
value
:
boolean
Returns
boolean
set
Width
setWidth
(
width
:
number
,
ui
:
boolean
)
:
boolean
Parameters
width
:
number
ui
:
boolean
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Sizing
field
preferred
Width
settings
width
Methods
auto
Size
Width
check
Auto
Width
Sizing
load
Settings
set
Auto
Width
Sizing
set
Width
GitHub
NPM
Sponsors
RevGrid - v0.9.3
Loading...