treebeard icon indicating copy to clipboard operation
treebeard copied to clipboard

Hierarchical grid implementation in Mithril

Results 6 treebeard issues
Sort by recently updated
recently updated
newest added

When a new Treebeard instance is created, the DOM it builds contains the hardcoded id "tb-tbody". This means that if two Treebeards are present on a page, there will be...

## Steps 1. Go to OSF meeting front page -- https://osf.io/meetings/ 2. Use p-t-m in one DOM and check the value of `padding-top` in `p-t-m` ## Expected `padding-top` will be...

While this option seemed like a good idea, its causing errors related to refresh on scroll since it removes the scroll related refreshes. Technically this means Treebeard is adding refreshes...

The Treebeard constructor/intializer function, `runTB` is a bit unintuitive because it doesn't really return a new Treebeard instance; intstead, it returns a mithril module: https://github.com/caneruguz/treebeard/blob/93ff6df2f4e230db33736eb1850de4e471daa5db/scripts/grid.js#L2406 This leads to a number...

My concern is that if m.request fails or gets a non-200 response the developer interface exposes no way to catch and react to these errors. In particular, if load data...

This is very minor, but this repo is really big (about 200MB checked out locally), mostly because of some large json files in the demo folder. Can those files be...