jQWidgets Forums
Forum Replies Created
-
Author
-
August 9, 2019 at 5:20 pm in reply to: Pivot Grid API needs more depth Pivot Grid API needs more depth #106452
Thanks I guess. I’m going to try a different pivotgrid object then.
July 24, 2019 at 6:30 pm in reply to: Pivot Grid API needs more depth Pivot Grid API needs more depth #106228Hi Todor,
Thanks for the example, but it does not work, even when I use an ‘!important’. Can you please provide better API documentation or a typescript class so I can see what is going on with this widget? The documentation here, https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxpivotgrid/jquery-pivotgrid-api.htm?search=pivotgrid, is not sufficient. Most of the other jqx widgets have jsfiddle examples for how to use events. Jqx Pivot Grid has zero! I literally just clicked every tab in the api and every property, method, and event and there are no jsfiddle examples. Take a look at ‘Pivot Value Field’s formatSettings. It expands to nothing, all I know is that it is an object, which is not helpful at all.
Kind Regards,
Denis SconzoJuly 11, 2019 at 3:52 pm in reply to: Pivot Grid API needs more depth Pivot Grid API needs more depth #106044Thanks so much Todor.
Can I have an example of how to apply a custom style based on the directions below? I don’t know how to set the theme property!
When you create a custom style with colors and backgrounds for jqxPivotGrid, you need to do the following:
Add the above CSS classes related to jqxPivotGrid
After each CSS class, add your theme name.
For example:
jqx-pivotgrid-light
To apply your custom style to jqxPivotGrid, you need to set its ‘theme’ property(option) to point to your theme name string.July 10, 2019 at 4:29 pm in reply to: Pivot Grid API needs more depth Pivot Grid API needs more depth #106029So I guess some of the features I thought were normal are not. My apoologies if I came off as rude. Can someone help me figure the issue above I noted?
Thanks so much!
Kind Regards,
Denis Sconzo -
AuthorPosts