mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:58:10 +00:00
LibWeb: Implement HTMLTableSectionElement::insertRow()
This commit is contained in:
parent
57090f75ae
commit
009588eb28
3 changed files with 29 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
virtual ~HTMLTableSectionElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> rows() const;
|
||||
DOM::ExceptionOr<NonnullRefPtr<HTMLTableRowElement>> insert_row(long index);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue