• Resolved midnightroses

    (@midnightroses)


    Hi,
    Im using the responsive mode collapse as this is very useful when viewer see the website through their phone. but the trouble that im facing right now is the height of row will automatically reduces itself if the first column (column name: code) doesn’t have any data. Is there a way for the height will maintain the same as those row that have data on the first column (column name: code).

    The problem lies when you view it through your phone that have small screen.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not sure that I understand. Everything looks fine for me. Could you maybe provide a screenshot of what you are seeing?

    Regards,
    Tobias

    Thread Starter midnightroses

    (@midnightroses)

    Hi,
    This is the view that can be seen if the viewer view it through their phone. As there is no data on the first column of the row, the height of the row will automatically decreases as shown in the picture.
    Screenshot

    Thread Starter midnightroses

    (@midnightroses)

    Hi again,
    I manage solve it by playing around with custom css by adding the following code:
    td{
    height: 20px;
    overflow: hidden;
    }

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I wasn’t able to see your screenshot, as you seem to have deleted it, but if that solution works, even better ??

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need help in adjusting the height of the row’ is closed to new replies.