DataTables / DataTables/Responsive

Responsive rendering with Vue templates in columns

Open
#129 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
151
Forks
91
PR merge metrics
No merged PRs in 30d

Description

instead of rendered HTML div we get "[object HTMLDivElement]" instead of content.

this solved the issue :

file : dataTables.responsive.js, function listHidden

line 1569 changing to : ( col.data instanceof HTMLElement ? col.data.innerHTML : col.data ) +

Contributor guide

No contributing guide indexed for this repository

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 dataTables.responsive.js, in the listHidden function around line 1569, and reproduce responsive rendering with a Vue template in a column. Confirm that the rendered content appears instead of [object HTMLDivElement], then verify the change with the project's relevant tests; no specific test file is named in the issue.

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
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.