Skip to content

Conversation

@badasswp
Copy link
Owner

@badasswp badasswp commented Dec 8, 2025

This PR resolves this issue.

Description / Background Context

At the moment, the search & replace functionality only works for the content found in the table body. This PR extends this feature to the header, footer and the caption of the table.

BEFORE

Screenshot 2025-12-08 at 12 24 11

AFTER

Screenshot 2025-12-08 at 12 24 33

Testing Instructions

  • Pull PR to local.
  • Build correctly using yarn build.
  • Add a table with header, footer, caption & body to the block editor.
  • Click on Search & Replace icon.
  • Observe that search is able to pick & replace all items in the table.
  • Observe that there are no regressions introduced as a result of this change.

@badasswp badasswp self-assigned this Dec 8, 2025
@badasswp badasswp added enhancement New feature or request chore An assigned task to be done labels Dec 8, 2025
@badasswp badasswp linked an issue Dec 8, 2025 that may be closed by this pull request
@badasswp badasswp merged commit b515b77 into release-1.8.0 Dec 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore An assigned task to be done enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

For a table block add s&r for the header, footer and caption

2 participants