-
@austinrivas I'm using the fnInitComplete callback to do some DOM manipulation (basically to add some custom buttons to the table header along with the filter and length). However, it appears this is …
-
DOM Manipulation (create virtual Scroll, flex box design, etc). Need follow-up ticket as well
-
It would help immensely if the grid would accept renderCell functions that return deferreds. Then we could maybe have async rendering of components in the grid.
this code in Grid.js
}else if(column.…
-
Jquery is unnecessary library and one doesn't need if React is used in the project. React can handle all events, dom manipulation ,etc..
-
As for now, the actual DOM manipulation is always performed client-side as the current implementation of the directive requires the document context. While loading, a `data-lettering="loading"` attrib…
-
TL;DR: We have a long way to go; Chromeless content editing on mobile is **really hard** to do.
BUT: Quite a few things work nicely already. And I think it's worth exploring this territory.
- Bl…
-
I originally wanted to keep things minimal. React is not that. :P
Adding it anyway because:
1. When we eventually add the ability for multiple people to connect (#8) and subsequent features that b…
-
### Problem Statement
With the upcoming Manifest V3 changes, almost all powerful extensions will end up having at least three separate extension contexts:
1. an "extension service worker" that has…
-
All data should be displayed on a table: Username, Today's xp and total xp
-
As discussed in gitter, It would be nice to have a nice way to share data with markdown ("%% md") too without direct manipulation of the DOM.
Even better with some directives to bind data to the D…