fix tables in mobile
This commit is contained in:
parent
b8e8afffa8
commit
810228c442
7 changed files with 77 additions and 49 deletions
|
|
@ -181,7 +181,7 @@ Mithril does not attempt to add units to number values.
|
|||
|
||||
### Events
|
||||
|
||||
Mithril supports event handler binding for all DOM events, including events whose specs do not define an `on<event>` property, such as `touchstart`
|
||||
Mithril supports event handler binding for all DOM events, including events whose specs do not define an `on${event}` property, such as `touchstart`
|
||||
|
||||
```javascript
|
||||
function doSomething(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue