How can I help you?
Responsive layout in JavaScript PivotClient
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,
});