row.child("some htmls").show() is not working with scrolling pagination
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- frontend
Research direction
Start with the supplied row.child("some htmls").show() click handler and reproduce the behavior on the first and later scrolled pages. No repository file or test is named, so locate the relevant Scroller integration and determine why the handler differs across pages; done means the child row displays consistently when opened after pagination or scrolling.
Written by the indexing model from the issue text.
Description
I have a pagination table but not not like 1-2-3-4-5.
Problem is first page working on row.child("some htmls").show(),
But second and after pages doesn't work row.child("some htmls").show()
How do I this ?
$('#dt-tablenametbody td.details-control').on('click', '.table-arrow', function () {
var tr = $(this).closest('tr');
var row = table.row(tr);
if ( row.child.isShown() ) {
row.child.hide();
tr.removeClass('shown');
} else {
var threadsChildRowsHtml = ChildRowTemplate(jsonData);
row.child(threadsChildRowsHtml).show();
tr.addClass('shown');
}
tr.find('.table-arrow').toggleClass('arrow-up arrow-down');
});
- Dominant language
- TypeScript
- Stars
- 83
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from DataTables/Scroller
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
DataTables/Scroller#97 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
DataTables/Scroller#89 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
DataTables/Scroller#88 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
DataTables/Scroller#87 · 6 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
DataTables/Scroller#83 · 1 comment · 2 reactions ·
All issues in DataTables/Scroller
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
copse-dev/agent-pane#2953 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·