Introduce method for removing row from table #6545
Labels
package:table
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
Modifying
Table
structure is a complex task because of many functional requirements. Not every one knows them all and one can forget about why some things must happen in tables. This is especially painful when dealing withcolspan
orrowspan
attributes of table cells and which implication are not obvious.A single method (not a helper) that is available to all devs is needed though.
I'd like to move the logic of removing single row to
TableUtils
asremoveRow
command.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: