• Resolved devilmakq

    (@devilmakq)


    Hello, I am using EA advanced data table for which I can adjust the column width of each column in the table. But when I changed the column width in desktop version, I don’t have option to make it responsive in mobile and talbet view.
    As I only have 2 columns, I want them both to be 50-50.

    Desktop View:- https://ibb.co/8NTq72m
    Tablet View:-https://ibb.co/TYBSYRZ
    Mobile View:-https://ibb.co/52YQ6DX

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @devilmakq ,

    Hope you’re doing good.
    Well, If you use two column in your Advanced Data Table widget, This will auto adjust the column 50-50 in all devices, Have a look: https://d.pr/v/stY4HH

    If you still have an issue, You can add this CSS in your stylesheet:

    .ea-advanced-data-table td {
        width: 50%;
    }

    Let me know how it goes.
    Thanks!

    Thread Starter devilmakq

    (@devilmakq)

    Thank you. It seems to work with the code but I’ll mark this topic close if no other issues occur.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Column width not responsive – Advanced Data Table’ is closed to new replies.