datepicker and a table

datepicker and a table

I can't get datepicker and a table to line up together as in:

datepicker table

 I have tried just about everything e.g:

<div class="input-group">
    <div id="datepicker"> </div>
    
    <table id="dayTable" class="table table-striped" style="display:inline-table;width:300px;height:500px;font-size:8pt">
            <tbody>
                <tr>
                    <td>
                        cvbb
                    </td>
                </tr>
                <tr>
                    <td>
                        ytr
                    </td>
                </tr>
            </tbody>
     </table>
 </div>   
The datepicker seems to force a new line.
has anyone got a suggestion?