Skip to content

Need help on use of navigateTo method in the jquery.columnview-1.3.js #12

Description

@santoshpatro

Hi Chris,

Can you please help me to get a sample use of invoking the navigateTo method as per the new version of jquery.columnview-1.3.js.

As of now I am calling the navigateTo as mentioned below:

    $('#client-groups').columnview('navigateTo', 'Testing123123');

    Every time it goes to the navigateTo method it shows data value as undefined and then returns.

    var data = $container.data("columnview");
    if (!data) {
    return;
    }

    Can you please help me to resolve this issue

    Thanks & Regards,
    Santosh Kumar Patro

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions