Preparing search index...
The search index is not available
@rxap/material-table-system - v19.0.4
@rxap/material-table-system
SelectRowService
Class SelectRowService<Data>
Type Parameters
Data
=
unknown
Index
Constructors
constructor
Properties
selected
Rows$
selection
Model
Accessors
selected
Rows
Methods
clear
compare
With
Constructors
constructor
new
SelectRowService
<
Data
=
unknown
>
(
options
?:
null
|
SelectRowOptions
<
Data
>
,
)
:
SelectRowService
<
Data
>
Type Parameters
Data
=
unknown
Parameters
options
:
null
|
SelectRowOptions
<
Data
>
= null
Returns
SelectRowService
<
Data
>
Properties
selected
Rows$
selectedRows$
:
Observable
<
Data
[]
>
Readonly
selection
Model
selectionModel
:
SelectionModel
<
Data
>
= ...
Accessors
selected
Rows
get
selectedRows
()
:
Data
[]
Returns
Data
[]
Methods
clear
clear
()
:
void
Returns
void
compare
With
compareWith
(
a
:
Data
,
b
:
Data
)
:
boolean
Parameters
a
:
Data
b
:
Data
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
selected
Rows$
selection
Model
Accessors
selected
Rows
Methods
clear
compare
With
@rxap/material-table-system - v19.0.4
Loading...