inputWidth
Optional. Sets the width for the input of the pagination
inputWidth?: number;
Default value: 40
Example
const pagination = new dhx.Pagination("pagination_container", {
css: "dhx_widget--bordered",
inputWidth: 220
});
Related sample: Pagination. Input width