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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions