JSON render
JSON render
Coder102
Posts: 78Questions: 2Answers: 0
http://live.datatables.net/yudeweta/1/edit
Hello, I want the same table to show me not only position 0 of debt, but also position 1 with the name play station 3 in the second row
Like this
This discussion has been closed.
Replies
Like this?
http://live.datatables.net/yudeweta/2/edit
I changed your
data
to start where you want:And removed the
columns.render
function.Kevin
Sure, but what happens is that I also want to show the "sharp" data, and if I put that data it doesn't work
Do you mean like this?
http://live.datatables.net/jipibeju/1/edit
Kevin
Yes,
Thanks, The last question. If I want to show the number one and number two that are outside the row?
http://live.datatables.net/dinucica/1/edit
The data structure you have now is this:
Since the
numberOne
andnumberTwo
are outside of the row data I would look at extracting that information before applying it to Datatables and storing it in a global variable. Then access that variable using -option columns.render
. For example:http://live.datatables.net/cugadure/1/edit
Kevin
Thanks kevin !!