Skip to content

Adding dynamic rows shows old extra columns #40

Description

@dagumar

Hello,

Adding dynamically rows shows old extra columns that are not expected to be shown.

I have a workaround to solve this:

function splitTable(original)
{
unsplitTable(original);

....

I have added unsplitTable(original); in 26 line

In order to warn responsive table that a change has happened I use:

$(window).trigger('redraw');

I hope this would be helpful.

Regards!

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