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.endDate;
    }
}
相關文章
相關標籤/搜索