openlink / html5pivotviewer

The HTML5 PivotViewer is a fork of a project that was started by LobsterPot Solutions as a cross browser, cross platform version of the Silverlight PivotViewer control produced by Microsoft. The control was written as a jQuery plug-in and utilises features available in HTML5.
Other
113 stars 116 forks source link

Implemented "resizing" functionality #16

Closed mattleibow closed 1 year ago

mattleibow commented 10 years ago

This pull request is to update jQuery to the latest stable, make 2 changes and implement the dynamic sizing:

  1. fix the loading box style (centre the content and add a border) and to
  2. make the filter accordion items expand to fit their contents as without this, multiple scrollbars appear.

I did format the css for editing...

Implemented 'resizable' logic into the pivotviewer:

html5pv-accordion-before html5pv-accordion-after

html4pv-loading

mattleibow commented 10 years ago

This is ready to be merged. @JacquiHand, do you think that my changes fit with the existing code?