Pedro
Pedro
I think one of the main causes is that goes and fetches the HTML, when this script was built there was no api, but now we have one: https://www.drupal.org/api We...
**Is your feature request related to a problem? Please describe.** I've been implementing the jQuery version of the library with something like: `var grid = $("table#mytable").Grid(options);` And that has worked...
See https://bugzilla.mozilla.org/show_bug.cgi?id=1092559
https://bugzilla.mozilla.org/show_bug.cgi?id=1092812
If enableSearch is false, buildMobileDrawerElement doesn't return the element so it is very complicated to alter, I think it should return $el so it can be extended. This is a...
There hare been a few changes related to #20 to fix the install process. We should try to make the install a bit more robust, specially this part: https://github.com/contentacms/contenta_docker/commit/db36301db5de52b4895e39c95fab5068b8b08075#diff-85ebb058637f8b5d51ee2d488eb917ca Maybe...
og_ui module generates a tab for each node of a given entity type: ``` foreach (og_get_all_group_entity() as $entity_type => $value) { if ($entity_type == 'taxonomy_term') { $path = 'taxonomy/term/%/group'; $argument...
Hi Could be possible to have a 0.4.0 release? Updating the brew recipe would be nice too: https://github.com/fbzhong/homebrew-library Thanks!
On https://gridjs.io/docs/examples/event-handler, there's a link to the events available:  That points to an non-existent file, maybe a new doc page should be created with the events or point to...