We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

How to put pivottable in bootstrap grid?

Resolved

I want to put 2 tables side by side, for example:

<div class="row">
<div class="col-sm-6">
<div id="wdr-component1"></div>
</div>
<div class="col-sm-6">
<div id="wdr-component2"></div>
</div>
</div>

 
But the 2nd table fell below the 1st one instead of stay at the right side. Whats wrong?

1 answer

WebDataRocks Team WebDataRocks February 15, 2021

Hello Len,
 
Thank you for the question.
Please refer to the following example with 2 columns: https://codepen.io/webdatarocks/pen/bGBqWrp
Hope it helps.
 
Regards,
WebDataRocks Team