WP-API / new-list-tables

An experiment in re-writing the post list screen using the REST API.
GNU General Public License v2.0
71 stars 17 forks source link

Select All table header (and checkbox) #1

Closed afercia closed 7 years ago

afercia commented 7 years ago

Currently, there's no "Select All" checkbox in the table headers. The current rendered markup is: <th class="column-cb check-column"></th> Whether or not the checkbox is going to be added, the table header needs some semantics and accessibility improvements.

rmccue commented 7 years ago

For now, the checkboxes aren't actually useful, so there's no way to add a select-all checkbox. Will fix that in the future, but for now, we can change to td