Hello to all! There is an administration panel and website written in PHP. Help to implement a fixed size table for display in the browser using HTML or PHP or JS?

    1 answer 1

    Use CSS:

     table-layout: fixed 
    • and with the scroll bar somehow you can implement? - vp111 3:32 pm
    • put the table in div with overflow:auto . - Arnial