table.page.jumpToData error
table.page.jumpToData error
Hi!
I have a situation here
I trying to use the plugin "JumpToData". The problem is that not work, but i not receive any errors in console. Confusing.
table.page.jumpToData(469, 1);
var table = $('#test').DataTable({ ... }) //client side
469: ID called by ajax
1: Column with ID's values from ajax source.
Strange, because with string values i have the same behavior:
table.page.jumpToData("test", 2);
"test": string called by ajax
2: Column with strings values from ajax source.
pd: v.1.10 and api source
Answers
Hi Enzo,
Does this blog post help? If not, can you post your table code please, or create a live example for it.
Cheers,
Colin
Hi Collin, i post the code
I think that blog post its for server side.
Any way, thx for the help!
Hi Enzo,
I think it's because you need to quote the number - see the example here. Could you give that a try please.
Cheers,
Colin