Update API doc
parent
b2b812aca2
commit
3b42e3b188
|
@ -30856,15 +30856,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the first page icon's DOM element."
|
"description": "Uses to pass attributes to the first page icon's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "prevPageButton",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "PaginatorPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the prev page button's DOM element.",
|
|
||||||
"deprecated": "since v3.30.0. Use 'previousPageButton' property instead."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "previousPageButton",
|
"name": "previousPageButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -30873,15 +30864,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the prev page button's DOM element."
|
"description": "Uses to pass attributes to the prev page button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "prevPageIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "PaginatorPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the prev page icon's DOM element.",
|
|
||||||
"deprecated": "since v3.30.0. Use 'previousPageIcon' property instead."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "previousPageIcon",
|
"name": "previousPageIcon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -30946,15 +30928,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the current's DOM element."
|
"description": "Uses to pass attributes to the current's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "RPPDropdown",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DropdownPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the Dropdown component.",
|
|
||||||
"deprecated": "since v3.30.0. Use 'rowPerPageDropdown' property instead."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "rowPerPageDropdown",
|
"name": "rowPerPageDropdown",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -30963,15 +30936,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Dropdown component."
|
"description": "Uses to pass attributes to the Dropdown component."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "JTPDropdown",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DropdownPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the Dropdown component.",
|
|
||||||
"deprecated": "since v3.30.0. Use 'jumpToPageDropdown' property instead."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "jumpToPageDropdown",
|
"name": "jumpToPageDropdown",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -30980,15 +30944,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the Dropdown component."
|
"description": "Uses to pass attributes to the Dropdown component."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "JTPInput",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "InputNumberPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the Dropdown component.",
|
|
||||||
"deprecated": "since v3.30.0. Use 'jumpToPageInput' property instead."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "jumpToPageInput",
|
"name": "jumpToPageInput",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue