Question: Show Action Column On Mobile For All Datatables

Show Action Column On Mobile For All Datatables

Good day, I'd like to have the "Action Column" on all datatables display on mobile view. Without this i can not be able to perform some vital actions using my mobile phone on the Stock Manag

CD

Chi - dozie

Asked
Good day, I'd like to have the "Action Column" on all datatables display on mobile view. Without this i can not be able to perform some vital actions using my mobile phone on the Stock Manager Advance script.

thanks
  • EG

    Enyinnaya Gift

    Answered
    **[CHI - DOZIE](/u/iojedi)** Hello,

    Modifying the style.css in `themes\default\admin\assets\styles.css` is one approach.

    Look for `.table-responsive .table td:last-child, .table-responsive .table th:last-child { display: none; }` in line `1005` and comment it out

    OR

    simply replace it with `/*.table-responsive .table td:last-child, .table-responsive .table th:last-child { display: none; }*/`

    Let me know if this works for you.
  • MS

    Mian Saleem

    Answered
    **[Enyinnaya Gift](/u/giftedhands4real)** Thank you for help :)
  • EG

    Enyinnaya Gift

    Answered
    **[Mian Saleem](/u/saleem)** You are welcome, and thanks for giving me the opportunity to help. :smile:
  • CD

    Chi - dozie

    Answered
    Thank you so much. Works great although the "Actions" button is highlighted half way blue on mobile after this but it still works great. Thanks again.
  • EG

    Enyinnaya Gift

    Answered
    **[Chi - dozie](/u/calebinme)** You are welcome.

    Just in case you need modification in any part of the system, you can reach me via email: `[email protected]` or Skype ID: `enyinnayag`.

    I am an **Independent Developer** that knows the system well.

    @**Mian Saleem** is aware of my presence here.
  • Login to Reply