orb icon indicating copy to clipboard operation
orb copied to clipboard

Pivot table javascript library

Results 71 orb issues
Sort by recently updated
recently updated
newest added

i want remove the field row/column/data.after preparing grid.is it possible.

Using Safari (8.0.8) the horizontal scrollbar is missing. It seems like Orb is only adding this (empty) div: ``` html ``` Where in Chrome it adds this: ``` html ```...

Would be nice to get the json representation of the current layout, with rows, columns, etc. Ultimately wanting to set a cookie for reloading the user's desired layout

If I do: ``` js { name: '6', caption: 'Amount', formatFunc: function(value) { return value ? Number(value).toFixed(0) + ' $' : ''; }, dataSettings: { aggregateFunc: 'sum', aggregateFuncName: 'whatever' }...

With the 1.1.0 version, when I open a filter popup of a field, I can't scroll the list of matches (.fltr-vals-col) with the mouse wheel. It is working fine using...

Besides of export to excel file it would be really nice to have extract to some open-ish standard format. The most standard one would be a csv file. It should...

enhancement

Currently color of icons can't be customized because they are PNG. I think it would be could to be able to change their color to deeper change the customization. Using...

enhancement

Did you looked at [react-native](https://github.com/facebook/react-native)? Looks to be quite popular too, and maybe worth to switch from react? and it usually easier to made a switch sooner than later. Not...

What is the best way to go to create my own theme? Is it currently possible with the current version?