CD
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
thanks
- EGAnswered**[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. - MSAnswered**[Enyinnaya Gift](/u/giftedhands4real)** Thank you for help :)
- EGAnswered**[Mian Saleem](/u/saleem)** You are welcome, and thanks for giving me the opportunity to help. :smile:
- CDAnsweredThank 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.
- EGAnswered**[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