缩小屏幕时数据表最后一列消失
Datatables last column disappears when shrinking screen
当您为移动视图调整屏幕大小时,最后一列在数据表中消失。 example
谁能帮我阻止这种情况发生?
看看你的stylesheet。
末尾有一个规则,使最后一列隐藏在移动视口中。
只需删除这一行,您可能就没事了:
table.tablepress th.column-4,table.tablepress td.column-4{display:none;}
当您为移动视图调整屏幕大小时,最后一列在数据表中消失。 example
谁能帮我阻止这种情况发生?
看看你的stylesheet。
末尾有一个规则,使最后一列隐藏在移动视口中。
只需删除这一行,您可能就没事了:
table.tablepress th.column-4,table.tablepress td.column-4{display:none;}