Renderer keeps giving 'Requested unknown parameter'
Renderer keeps giving 'Requested unknown parameter'
proudgeek
Posts: 2Questions: 1Answers: 0
Hi all,
I've been trying to use client-side data for Datatables and assign renderers for specific columns. However, as I was trying this, it keeps giving me this error 'Requested unknown parameter <parameter>...' even though that parameter already exists on the data I provided. I'm not sure what I'm missing here. Can you help? Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thanks for the link. You had:
which was executing the function immediately and returning the result. You want to pass the function as the parameter value - not the functions result!
Updated example: http://live.datatables.net/vorunome/1/edit .
Allan
facepalm
Thank you so much! :)