DataTables / DataTables/Plugins
ConditionalPaging is not compatible with inputPaging
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Conditional paging try to find div.dt-paging
https://github.com/DataTables/Plugins/blob/master/features/conditionalPaging/dataTables.conditionalPaging.js#L82
var $paging = $(api.table().container()).find('div.dt-paging'), pages = api.page.info().pages;
but inputPaging uses custom path and class name ul.dt-inputpaging
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in features/conditionalPaging/dataTables.conditionalPaging.js at line 82 and compare its div.dt-paging lookup with inputPaging's ul.dt-inputpaging class. Done means ConditionalPaging works when inputPaging supplies the paging controls; verify the relevant plugin behavior manually or with any existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100