When browsing a table with many columns, I would like to maximize the width available for showing column data.
Every row has Links (icon & text) to perform Edit/Copy/Delete actions on a row.
How do I hide those links?
(If I want to perform the action, I'll use row checkboxes to select one or more rows, then perform action via corresponding "With selected" links below the rows.)
Existing SO questions that are NOT the same as this one:
Hide phpmyadmin edit, copy and insert options
(How to hide just some of the options.)
How to show up 'edit','copy' and 'delete' buttons in phpMyAdmin?
(MULTIPLE similar questions - Asking why the options aren't showing up on a given table or query - this is a DYNAMIC display issue based on presence of unique ID - I'm asking for GLOBAL control of display LAYOUT.)