Responsive column controlled child rows

Responsive column controlled child rows

hotswaphotswap Posts: 6Questions: 1Answers: 1

Hi,

I am currently working on placing the child row controller on the left so when the columns start to hide, the controller appears on the left in a new dedicated column like this:

https://jsfiddle.net/2mwjbL8m/1/

But if I try the same thing but with dynamic data from an ajax call the controller is displayed over the results of the first column as if the new column had been forgotten!

Can you help me I tried several things and looked all over the forum.

Thank you :-)

Answers

  • m.nicolosim.nicolosi Posts: 2Questions: 1Answers: 0

    Looking for help on this one, too. The responsive column is adding the control to the first column instead of adding a new column.

        responsive: {
            details: {
                type: 'column',
            }
        },
    
  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @hotswap and @m.nicolosi ,

    That's right, you need to create the column manually as it doesn't necessarily have to be the first one. See this here - this is Ajax sourced data with the control column on the far left.

    Cheers,

    Colin

This discussion has been closed.