Responsive layout in JavaScript PivotClient

4 Apr 20241 minute to read

The pivot client widget supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution up to 1024x600. You can enable the responsiveness in the pivot client by setting isResponsive property to true.

  • JAVASCRIPT
  • $("#PivotClient1").ejPivotClient({
                    //...
                    isResponsive: true,
                });

    Responsive layout in JavaScript pivot client control