I ran into this same problem and did some digging. The jQuery selector to find the checkboxes includes an iedit
class on the table <tr>
elements. I assume this class is added via JavaScript on tables that have inline editing, but my <tr>
elements had no classes as I’m not using inline editing.
I was able to solve the issue by adding this method to my table class. You may need to do some minor tweaking to get the iedit
class there if you already have a class
attribute on your rows.
public function single_row( $item ) {
ob_start();
parent::single_row( $item );
$output = ob_get_clean();
echo str_replace( '<tr>', '<tr class="iedit">', $output );
}
And here’s the source JavaScript with the issue: https://github.com/WordPress/wordpress-develop/blob/b4889e474c77ba4ed7a492441fd948eb124a3e77/src/js/_enqueues/admin/common.js#L1172
Related Posts:
- Why is wp_head() creating a top margin at the top of my theme header?
- how to create a conditional content_width for a wordpress theme?
- How To Add New Option Types To Option Tree?
- How to limit wordpress menu depth in admin panel
- How can I set image sizes and still have responsive images using the srcset attribute?
- Modular theme settings
- Possible to “Attach” images to multiple posts without inserting or uploading twice?
- Trigger Customizer saving process with Javascript only
- Remove settings if theme is deleted?
- Comment form not display properly?
- How to add menu support to a theme?
- Adding widgets programatically: how to avoid collisions?
- Setting up partial Right-to-Left admin interface
- Moving functionality from functions.php to classes?
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- How to pass code from header.php to footer.php
- Extend walker – navigation, adding data attribute to a tag
- How to display category specific post content on a page
- Is there any need to use both wp_reset_postdata and wp_reset_query together?
- Move my theme style.css into a folder
- Enqueued Stylesheets Effecting Admin Styles
- Gutenberg Reusable Block as part of WordPress Theme page
- Why is $GLOBALS[‘content_width’] needed if site is responsive?
- Does WordPress count as a means to learn web development? [closed]
- current-menu-item class not working
- Prevent theme from activating [duplicate]
- Messing up with transient API – getting flushed on refresh
- Correctly using wp_head()
- Theme development question regarding layouts
- Cannot figure out how to overwrite files in child theme
- Inheritance of parent theme plugin files in a child theme
- My Admin bar covers my sticky navbar [closed]
- Responsive embed for the video shortcode
- Display a list of certain categories by ID
- Implementing FancyBox
- Single Page Design, Storing in Theme Options
- How to append to menu items selectively
- Working with a WP Starter theme
- Child theme enqueue scripts using new functions
- Should I change text-domain of TGM library inside theme?
- tag is being auto inserted
- “Bad element for masonry: undefined” why this error us occuring? [closed]
- Scroll to position on page for category pages only — woocommerce
- How remove render blocking css from wordpress when you build a theme?
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- Displaying details of a post in a sidebar
- How to upload/update theme from local – bitbucket – shared hosting?
- Multi-page posts: A subdirectory for each post?
- Remove “You are using WordPress 3.2.1” from Right Now Dashboard Widget
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Call to require(‘../../../wp-blog-header.php’) results in 404 error?
- Where do files uploaded via Media Manager get stored in MU?
- Change frontpage content via WordPress
- How to Have a Pure HTML Sub Directory In WP Site
- How to add menù section to my WordPress template?
- What are the critical theme files when building a custom theme?
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- customize theme with get_template_part() [closed]
- Loading issue on Chrome for my WordPress theme
- What is the need for the static front page [closed]
- Do translation functions like __e() have to take strings in English in themes?
- How to add post meta fields to an article’s as meta elements
- Callback Function Not Firing On Selection In Media Uploader
- How add built-in textarea in theme development?
- Pagination fuction in shortcode always displays on top
- tag__in does not return posts
- Add content after get_header
- Filter didn’t work on content class (hybrid_post_attributes)
- How to remove bullets from widget
- Link to RSS feed not clickable?
- Pagination don’t work with active filters
- Theme has disappeared
- wanted to sort the wp_query array by two ACF field (Year and month)
- Created blank theme for REST API, featured image not appearing on admin side
- How to echo inside the js file with wp_localize_script?
- Alt header logo and link for specific pages
- Custom php template file only for mobile
- which template should I use for single category post?
- annoying “Confirm Form Resubmission” message
- Testing localhost WordPress site over LAN with iPad, iPhone
- Make page accessible from another URL
- Any way to permanently translate themes?
- Fallback dosen’t work when not using ‘menu’ attribute
- Reliable method to detect mobiles
- Using require_once for parent-directory not working but is working in sub-directories
- WordPress doesn’t recognize submenus as so I can’t style them properly
- Custom CSS no getting applied
- How To Add Memory?
- WordPress get number of categories
- Add social media icon in header area
- issue displaying variations in custom template using WPeC 3.8.9.2
- Problem using $var for shortcode attr value
- Displaying Tags for the Page I’m On?
- How to save checkbox choice in wordpress
- How to disable edit link button bottom of the page for all users except Administrator
- How to output wp_enqueue_style() in HTML head instead of footer
- posts stuck as drafts
- How to automatically set a Template Page Name next to a page in menu screen such as WooCommerce pages, front page, or posts page in wordpress?
- Remove nonindex meta tag
- Right to Left WordPress (Farsi) Changing the Order of Taxonomy to Term in URL