DataTables / DataTables/Plugins

ConditionalPaging is not compatible with inputPaging

Open
#611 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.