1. 程式人生 > >bootstrap-table 設定寬度

bootstrap-table 設定寬度

<table id="bootstrap-table" data-mobile-responsive="true" style="table-layout:fixed;"></table>

 

{
    field: 'startEndDate',
    title: '時間',
    align: 'center',
    width: 860,
    sortable: false,
    formatter: function (value, row) {
        return row.startDate + " 至 " + row