Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TableFilterData
Interface TableFilterData
Public
interface
TableFilterData
{
applyText
:
string
;
cancelText
:
string
;
component
:
ComponentType
<
any
>
;
footerRenderer
?:
()
=>
ReactNode
;
type
:
"Input"
|
"DatePicker"
|
"Select"
|
"Custom"
;
}
Index
Properties
apply
Text
cancel
Text
component
footer
Renderer?
type
Properties
apply
Text
applyText
:
string
cancel
Text
cancelText
:
string
component
component
:
ComponentType
<
any
>
Optional
footer
Renderer
footerRenderer
?:
()
=>
ReactNode
type
type
:
"Input"
|
"DatePicker"
|
"Select"
|
"Custom"
On This Page
Properties
apply
Text
cancel
Text
component
footer
Renderer
type
Юниверс DG SDK UI
Loading...
Public