inputWidth
Optional. Sets the width for the input of the pagination
inputWidth?: number;
Example
const pagination = new dhx.Pagination("pagination_container", {
css: "dhx_widget--bordered",
inputWidth: 220
});
Related sample: Pagination. Input width
In case the option isn't set in the Pagination configuration, the input will take the auto-width that fits its maximum content.