Skip to content

Responsive rendering with Vue templates in columns #129

@zdenekbroz

Description

@zdenekbroz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions