| 1 | | I installed WordPress 4.3 couple of days ago too and found that this feature ruined all of my tables. Because the data I display cannot be deduced to single field. Please, before you introduce any magic feature, consider having a feature flag. Enable it for your own stuff and let others to slowly adapt themselves as opposed to surprisingly breaking everything else including any media query CSS that others probably used to make tables work on small screens. |
| | 1 | I installed WordPress 4.3 couple of days ago too and found that this feature ruined all of my tables. Because the data I display cannot be deduced to single field. |
| | 2 | |
| | 3 | Please, before you introduce any magic feature, consider having a feature flag. Enable it for your own stuff and let others to slowly adapt. |
| | 4 | |
| | 5 | The worst of all that there is no sane way to disable this and now there is some magic CSS that breaks ::before for table rows. It's not like somebody bothered to introduce a class for wp-list-table to turn that on/off. |