How to put pivottable in bootstrap grid?
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
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