Responsive layout in PivotClient
28 Sep 20201 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.
$("#PivotClient1").ejPivotClient({
//...
isResponsive: true,
});