Responsive table doesn't work for two tables with renderer listHiddenNodes()

Responsive table doesn't work for two tables with renderer listHiddenNodes()

chiochio Posts: 7Questions: 1Answers: 0

Hi Allen
First, I am sorry for my poor english.
I have a Problem, wenn I use responsive PlugIn and renderer listHiddenNodes for two tables.

http://live.datatables.net/hiqarowi/1/edit

you can make the window smaller and open the first row in first table.
And then you can open the first row in second table
but the sub-column in first Table disappears.
now you can open and close the details row and resize the window.
the Result ist totally wrong

can you take a look at it.
thank you

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @chio ,

    Just so I'm clear what I'm looking at, can you explain what you mean by "Result is totally wrong"? I'm seeing the fields that were responsively hidden now blank in the second table - is this your issue? If not, please can you give more details.

    Cheers,

    Colin

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Also, is it possible to use the renderer listHidden instead? This works for me - or do you need the nodes copied to?

    C

  • chiochio Posts: 7Questions: 1Answers: 0

    Hi colin,
    thank you for you answer.
    totally wrong means here the column in second Table can be restored in first Table.
    hier is the new example.
    http://live.datatables.net/hiqarowi/2/edit
    you can test it with the steps.
    step 1. make window small
    step 2. open the first row in first Table
    step 3. open the first row in second Table
    ==> error 1: details text in first Table disappears.
    step 4. enlarge the window until all columns be restored.
    step 5. make window small again
    ==> error 2: details text in both Table disappears.
    step 5. enalrge the window again
    ==> error 3: column text in second Table would be restored in first Table

    the render listHideen works for me.
    but i need to copy the node.
    thanks again

    Kind regards

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    ==> error 1: details text in first Table disappears.

    I'm not seeing that I'm afraid. What browser are you using and how small is "small"?

    Allan

  • chiochio Posts: 7Questions: 1Answers: 0

    Hi allan,
    I use iron with Version 68.0.3550.0 (Offizieller Build) (32-Bit).
    small ==> the last column is hidden in detail rows.

    details text in first Tabel disappears means nicht complete disappears.
    only the text in last column of first row disappears.
    the column head is still displayed in details row

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    How odd - I'm using the same build and version. How small (in pixels) do you have the output display?

    Allan

  • chiochio Posts: 7Questions: 1Answers: 0

    Hi Allan,
    the width is 572px.

    and in Table1

    in Table2

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Yup - got it. That's the oddest thing! At other sizes I can't reproduce it (I suspect there probably are some, but I've just managed to trigger it yet). I'll look into that and get back to you - probably on Friday.

    Allan

  • chiochio Posts: 7Questions: 1Answers: 0

    Thanks :)

  • yangb0yangb0 Posts: 1Questions: 0Answers: 0
    1. Same issue here, text will disappear when you resize or even long press other cells on my mobile phone (Chrome, Android).
    2. And also if you do an ajax.reload(), the text will replicate, again and again and again, if you do more ajax.reload().
  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @yangb0 ,

    This has been raised internally (DD-818 for my reference) and we'll report back here when there's an update. There's been no change since first opened I'm afraid.

    Cheers,

    Colin

This discussion has been closed.