Will Jones
|
3537afb2c3
|
docs: show how to delete rows in user guide (#309)
Closes #265
|
2023-07-18 08:19:48 -07:00 |
|
Leon Yee
|
9600a38ff0
|
[docs] fixed javascript docs for overloaded functions (#247)
Solves #244 :

Problem was function overloading in the interface caused some weird
`typedoc` formatting, so breaking it apart into methods fixed the issue.
Also regenerated and updated javascript docs
---------
Co-authored-by: Tevin Wang <tevin@cmu.edu>
|
2023-07-04 13:07:34 -07:00 |
|
Rob Meng
|
01abf82808
|
Refactor TS client to use interface + implementation pattern (#226)
## What?
* Changed `Connection` and `Table` to interfaces
* Renamed original `Connection` and `Table` to `LocalConnection` and
`LocalTable`
|
2023-06-27 21:45:01 -04:00 |
|
Jai
|
8af5f19cc1
|
js docs, modal example, doc notebook integration, update doc styles (#131)
|
2023-06-02 15:24:16 -07:00 |
|