Since my theme did not recognize wp block table class I have added table Sass class from Gutenberg to my theme.
.wp-block-table {
width: 100%;
min-width: 240px;
border-collapse: collapse;
margin-bottom: 24px;
td, th {
padding: .3em;
border: 1px solid rgba(0, 0, 0, 0.1);
word-break: break-all;
}
th {
text-align: center;
}
}
Related Posts:
- check if Gutenberg is currently in use
- How to use PanelColorSettings in custom Gutenberg block?
- Custom action button in Gutenberg editor (post_submitbox_misc_actions – equivalent)
- How to save block attributes when the output doesn’t change
- How to remove unwanted panels inside InspectorControls from core blocks in Gutenberg
- Gutenberg ServerSideRender is deprecated, how to work with new wp.serverSideRender component?
- Create Element From Dynamic HTML String [closed]
- creating elements/innerblocks via rangecontrol
- How to Parse an Array of Elements in Gutenberg Block
- Using the component outside the editor. select(‘core’) is null
- Gutenberg is there a way to know if the current block is reusable?
- How to allow core Gutenberg blocks selection only when you are inside a custom inner block
- Gutenberg registerFormatType with Multiple Classes
- How to edit mySQL wp_posts table from plugin php?
- Saving data from block editor to the database
- Gutenberg – What is the best way to save/update post meta?
- Why my database table not created on activation?
- How to create multiple Gutenberg blocks in one plugin
- How to get color name in PanelColorSettings in custom Gutenberg block?
- How to update an existing table while updating plugin?
- Gutenberg Block showing invalid content on edit
- Gutenberg blocks not getting styled on back end
- Storing product price data in the database
- What is the proper way to include Bootstrap when executing a shortcode
- Is there an additional block.json property to set to get an InnerBlocks child to respect the “supports” property?
- How to setAttributes in Gutenberg block?
- Best way to save custom css for an block
- How to prevent UNDO on guternberg block editor
- How to override gutenberg paragraph block edit property
- How can I listen to events in Gutenberg block?
- It’s possible to passing a ref to FormTokenField from parent component using forwardRef?
- What’s the right way to instantiate new blocks and/or the plugin itself in toto when using wppb architecture?
- WP Gutenberg Blocks – How to limit first/root blocks
- Creating a custom Gutenberg block with columns
- How can I get the selected string when using a toolbar button in Gutenberg?
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- Gutenberg: import dependency or assign from global variable?
- Catching Gutenberg sidebar switch event
- Proper way to use useSelect
- Use npm and wp-env to make production bundle
- How to save post meta as an array in Gutenberg?
- Setting global block attribute value
- WordPress Gutenberg InnerBlocks renderAppender not showing with template
- Gutenberg – is it ok to load dependencies multiple times?
- Preventing double loading JS scripts (like React) when developing for Gutenberg
- Why doesn’t my Table get created?
- Console errors in 6.0-RC1 Widget screen
- Custom Block Not Shown in Block Inserter
- How to use attributes in competent of Gutenberg
- var(–text-color) in style.scss works once but not twitch
- Bootstrap within shortcode
- New jquery and bootstrap breaks plugin
- wordpress full site editing problem when extending core blocks
- Pass custom props to
- Rerender core Templates with with ToggleControl but it doesnt recognize block type
- What happens/fires when you select a block in the editor?
- How to use setAttributes outside of the edit function return
- Where do I hook to have the server do something in PHP on block attribute change?
- Reading plugin settings in esnext wordpress block
- Get value of custom checkbox from Gutenberg sidebar in plugin
- Dynamically modify content added to table via javascript
- How to get access the ID of all posts of custom post type in Gutenberg editor
- using wordpress acf shortcods in tables goes outside the table
- Add the Twitter Bootstrap framework for the development of my plugins
- Displaying settings information in a table
- From my Plugin Settings Page use check boxes to load specific css files (e.g. Bootstrap / Foundation)
- Google does not index data from custom table used for a plugin
- Bootstrap collapse in custom WordPress widget
- Can I use an array to create multiple tables?
- Custom plugin not appearing
- Gutenberg’s Popover component position relative to the focused element
- Gutenberg: – Call a function after Server Side Component is rendered
- Accept only PDF file for upload
- get the queried_object of an url
- Help interpreting @wordpress/create-block-tutorial-template usage error
- Add custom data-attribute to core Gutenberg block within an template
- Call API on post save/update and show the result in admin area
- How can I add a custom button to the post editor?
- How to get custom user meta by id in custom Gutenberg block
- Block Development: hamburger module throwing error in save function
- Adding a navigation with wp_nav_menu() to a custom block in the site editor
- Why isn’t custom sidebar panel not showing up in the Gutenberg Editor?
- How can I include React useState in a custom gutenberg block plugin?
- Remove Gutenberg Buttons Block
- Translations not making it into Block UI but work in the rest of the plugin
- How to move custom gutenberg block controls from settings to styles tab?
- How can I obtain an option (get_option) inside a block viewScript?
- How to use useSelect to retrieve the currently default fontFamily?
- Event when Modal is opened/visible
- move useState variable from edit.js to save.js. How do I do that?
- Multiple php files in dynamic gutenberg block
- How to detect when the user clicks the publish/update button in Gutenberg Editor
- useBlockProps() nests wrapper with class name inside block wrapper in the editor
- Is It Possible to Use the Block Editor’s Notification Feature to Send Another Notification After the Post Is Saved?
- Output HTML Tags In Gutenberg Block
- Can you nest columns/column in a gutenberg custom template?
- Can we write custom DOM manipulation inside edit.js file while developing custom Gutenberg block?
- User set default settings for a Block in Site Editor
- WordPress Block with Interactivity API e Preact Component
- render_block_context filter and block context inheritance