Use function as source in rowGroup.dataSrc()
Use function as source in rowGroup.dataSrc()
JesterAntik
Posts: 12Questions: 3Answers: 0
I'll try to use rowGroup. But when I add the data-sort attribute to a column, rowGroup does not work. As I understand it, this is due to the call to the dataFn, which I can not directly set.
This discussion has been closed.
Answers
Could you show me the code you are using please? Or even better, a link to a test case showing the issue.
Thanks,
Allan
I incorrectly set the task. I think you can close this discussion. I will open a new one with a statement of the problem in its original form and with an example.
That's my fault. I use the construction from the example:
In this case have error:
It's my fault.
I use code from example:
In this case I have error:
Only now I realized that the problem with
table.order.fixed( {pre: [[ val, 'asc' ]]} ).draw();
Sorry, it's my fault. I try to fix other issue by function, and take error at
where val is a function, not column index
It's my fault.
I use code from example:
In this case I have error:
Only now I realized that the problem with
table.order.fixed( {pre: [[ val, 'asc' ]]} ).draw();