Xavier Cho

Results 71 issues of Xavier Cho

Make the main tab panel a JSF component, and remove boilerplate codes in pivot4j.js.

enhancement
analytics
cleanup

Duplicate Order() function is generated when the original MDX already contains one. JPivot only handles the case when the Order function is added by calling sort() method. While this is...

bug

Allow configuration of individual aggregators. For example, allow users to customize a TotalAggregator to change the label.

With the new Aggregator API(#44) combined with the expression language support(#37), we can support client side calculated (or virtual) measure which would provide users much more versatility than the server...

We need more flexible way to configure factory classes for various parts of the core API(i.e. Transform, ExpressionEvaluator, SortMode, UICommand, etc). We can use the service extension SPI(look up via...

enhancement

Typically, pivot grid renders its member cells on the row axis in hierarchical manner (when showParentMembers is set to 'false')using indentation. Currently, RenderContext interface does not provide reliable information to...

From the JavaDoc API description : /*\* - JPivot by default converts MDX from a logical to a physical representation - of the metadata after an expansion, from "all children"...

enhancement

With JPivot, one can provide 'level of detail' when bookmarking the model state so it determines whether the state should be vaild upon data modification or not.

enhancement

Create a ragdoll setup using physical bones: https://godotengine.org/article/godot-ragdoll-system

Create a control that can automatically adjust the rotation of a twist bone, according to the target bone its associated with.