|
|
|
|
|
by portInit
1204 days ago
|
|
Ah! We didn't quite get an html table command in this release but it will be in the next one. Here's a query that shows an option, but the table command will be far more straightforward. open https://www.w3schools.com/html/html_tables.asp --dimension
|| filter "(nodeName == 'TD')"
|| groupBy boundingClientRect.top
|| table _group.0.innerText _group.1.innerText _group.2.innerText |
|