Patrick McCaffrey

Results 4 issues of Patrick McCaffrey

Currently, if a given tree node has no children (but the `nodes` array is defined as empty), the expand/collapse icons still render. I believe that if the length of the...

bug

I've been looking through the code and doing some testing, and noticed that the `INopApiService` is not fully implemented. For example, there does not appear to be a way to...

I have a use case for a secondary sort (ex: sort by "columnA", then by "columnB)". Do you think this would be a useful addition to the binding?

Currently, the collection option only knows how to deal with strings, as `viewModel[collection]` is used to access the desired array. This works fine, except in cases where you need to...