Skip to content
New issue

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

Responsive rendering with Vue templates in columns #129

Open
zdenekbroz opened this issue Aug 22, 2024 · 2 comments
Open

Responsive rendering with Vue templates in columns #129

zdenekbroz opened this issue Aug 22, 2024 · 2 comments

Comments

@zdenekbroz
Copy link

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 ) +

@AllanJard
Copy link
Contributor

@zdenekbroz
Copy link
Author

Use the listHiddenNodes() renderer for Responsive.

Thank you very much , I was not aware of this fine tune options setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants