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;
    }
}
相关文章
相关标签/搜索