-
Given:
```sql
test_db=> \d person
Table "public.person"
Column | Type | Collation | Nullable | Default
--------+-----------------…
-
Like this:
![DeepinScreenshot_select-area_20190520115114](https://user-images.githubusercontent.com/1041407/58008681-952f6c00-7af5-11e9-8b0b-d07adee71209.png)
-
Some regressions were introduced in 3.5 in `type()` behavior when interacting with selection (selectall / unselect).
### Current behavior:
The issue happens in a rich text editor where we are ma…
znarf updated
4 years ago
-
There are two errors when the editor loaded:
![image](https://user-images.githubusercontent.com/31791623/65209486-e31ba700-daca-11e9-8aa4-b7011335c15b.png)
And I cannot get module when I use getModu…
-
Using `dangerouslyPasteHTML` trims dom elements like `table`. How to paste Raw HTML?
Please note, sanitization is taken care by the server.
**Version**: 1.3.6
-
Does Quill 2.0 provide any UI to edit table, like add, remove columns/rows...?
I'm wondering is it planned or not?
P.S. I saw this module https://github.com/soccerloway/quill-better-table
-
Having this error:
The given range isn't in document
I used react quill as a component rendered inside a react table cell, and i have a requirement that users can search items from react table a…
-
This will cause the bottom border of the table to disappear.
![image](https://user-images.githubusercontent.com/9566362/66884646-72ea3d80-f004-11e9-92b0-4f148cbcab44.png)
kagol updated
5 years ago
-
The following code:
``` scala
val q = quote {
(for {
p (id,name) }
}
db.run(q)
```
Produces this query:
```
SELECT p.id, p.name FROM person p ORDER B…
-
There is an issue if you are using empty paragraphs as spaceholder
**Steps to reproduce:**
1. Add a textbox
2. Enter some text + Press enter multiple times to add space
3. Render the content w…