• Resolved steph66

    (@steph66)


    Hello,

    I use one table that show specific row for specific user when is connected, and that works well.
    But for some user, specific columns of my table is empty because not interest for them.
    I have found how to hide some cell with css, but I want to hide completely the emtpy columns. How can I do that ?

    Thanks

    This is an exemple :
    print screen

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I see what you mean, but unfortunately, I’m not aware of an existing and easy solution to this. Your best chance probably is to use one of the available filter hooks in the PHP code and check if the resulting table has empty columns, and then remove those.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘hide column when all rows is empty’ is closed to new replies.