jdcalkins / ng2-data-table

DataTable - Simple table component with sorting, pagination, and row select/multi-select for Angular2
MIT License
7 stars 7 forks source link

Cannot set table as responsive to screen size #27

Open Pondernew opened 6 years ago

Pondernew commented 6 years ago

I have a long table which I cant able to set as responsive and add a scroll for over flow data. Currently it is going out of page

Scoty commented 6 years ago

I have the same problem (with this fork and the original repo). But I hope, since this is maintained we would get dtOptions ...

jdcalkins commented 6 years ago

I just checked the app I am using the data table in and it appears to be working. I am using Bootstrap 3.


<div class="table-responsive">
    <table class="table table-striped" #mf="mfDataTable" [mfData]="listData"></table>
</div>