We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes it would be useful to change the page size (e.g. pmd/pmd#3363 (comment))
This is possible with the datatable, we use: https://datatables.net/reference/option/lengthChange We probably just don't show the lengthMenu yet, it needs to be added to the dom option via "l": https://datatables.net/reference/option/dom
pmd-regression-tester/resources/js/project-report.js
Line 55 in c98e4a6
The text was updated successfully, but these errors were encountered:
Display length changing input control
b8143db
- Fixes pmd#95
Successfully merging a pull request may close this issue.
Sometimes it would be useful to change the page size (e.g. pmd/pmd#3363 (comment))
This is possible with the datatable, we use: https://datatables.net/reference/option/lengthChange
We probably just don't show the lengthMenu yet, it needs to be added to the dom option via "l": https://datatables.net/reference/option/dom
pmd-regression-tester/resources/js/project-report.js
Line 55 in c98e4a6
The text was updated successfully, but these errors were encountered: