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

Hi, thanx for great work! Mixing Orb 1.1.0 with popular Redux boilerplates isn't straightforward process. Instead of going from ``` import ord from 'orb' ``` and smth like ``` ```...

First of all, thanks for this awesome work! It would be great if the component also has pagination for results. Is their any method to support pagination?

Is there any internationalization support that we can use without directly change the strings in the source? If not, can anyone provide a kickstart on creating support for a strings...

Is it possible to style the components to fit. It is taking fixed width and when I click on cell,the popped data is going out of screen width rather than...

Its possible to define a Format Function to be used when a field is droped to the Column axe? It will be quite useful when used with a custom sort...

When the list of fields overflow the field space, a blank space appears on right side of rows grand total. The more Fields i put on, the worse it gets.

When you click on the filter icon and uncheck `(Blank)`, nothing actually happens.

Thanks for this great component! I am trying to get it working inside a Rails app without luck so far. I installed the component with `npm install orb` installed also...

Steps to reproduce: 1) Go to http://nnajm.github.io/orb/ 2) Drop `Quantity` to the right of `Amount` (within the Data fields) 3) Now the `Quantity` cells within the grid all display: `function...

I think aggregation on string should not be possible because it leads to weird/unpredictable results: ![capture d ecran 2015-03-25 a 20 33 01](https://cloud.githubusercontent.com/assets/2678610/6833555/4cc35774-d32e-11e4-9f67-c4edff085a41.png) I have started to work today on...