-
Notifications
You must be signed in to change notification settings - Fork 656
Html
Mathias Rangel Wulff edited this page Mar 15, 2016
·
3 revisions
AlaSQL can read data from a HTML table and store data into a HTML table. This only works in the browser.
Syntax:
SELECT column INTO HTML(cssSelector,options) FROM tableid;
SELECT column FROM HTML(cssSelector,options) ;
alasql('SELECT * FROM HTML("#MyTable", {headers:true})');
alasql('SELECT * INTO HTML("#MyTable", {headers:true}) FROM ?',[data]);
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo