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