列表页面报错:
DataTables warning: table id=DataTables_Table_0 - Requested unknown parameter 'excludeIpJson' for row 0. For more information about this error, please see http://datatables.net/tn/4
但是这个字段,在数据库,页面,配置文件中都存在的
配置文件:
market.account.info.column.excludeIpJson=ip排除列表
页面:
<th>${msg['market.account.info.column.excludeIpJson']}</th>
{"data": "excludeIpJson", "bSortable": true},