data dropdown

data dropdown

andrew1986andrew1986 Posts: 12Questions: 5Answers: 0

Guys,

I wonder if given the following structure of an object:

Parent {
'son' [{
'grandson 1',
'grandson 2',
'grandson 3',
]}
}

Can I render a dropdown on the son options?

For sample, if a column parameter, can I pass a render function?

columns: [
{ data: 'son', fnRender(function() { //my dropdown generator code })() },
]

I trying to get info about this but cannot find it, any help would be appreciated.

This discussion has been closed.