Server side processing object array

Server side processing object array

JGeraedsJGeraeds Posts: 1Questions: 1Answers: 0

At this point I am able to get my data in the table with data: 'roles.[, ].name' but when I use the same value on the name attribute used by the search ( name: 'roles.[, ].name' ), while using serverside processing, I get no results.

However if i use it with name: 'roles.0.name' I get correct responses on the first values.
But since it is an array I also want to have the roles.1.name roles.2.name etc.
Whats the way to get the proper response on those values?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @JGeraeds ,

    Could you post your JSON data, please, and also your table config, that would help understand your issue better.

    Cheers,

    Colin

This discussion has been closed.