Skip to content

Allow to open table editing dropdown from headers

What does this MR do?

It adds the ability of performing the following actions from a Table’s header:

  • Add row after
  • Add column before/after
  • Delete column

Screenshots or Screencasts (strongly suggested)

Before After
table-header-before table-header-after

How to setup and validate locally (strongly suggested)

  • Edit a wiki page in your local environment
  • Click "Use the new editor" button
  • Insert a table in the editor
  • Position the cursor in one of the cells in the table’s header.
  • You should see a down caret that allows you performing editing actions on the table’s structure.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #328759 (closed)

Edited by Enrique Alcántara

Merge request reports