我正在使用Angularjs Datatable Responsive插件,如此页面https://l-lin.github.io/withResponsive
$scope.dtOptions = DTOptionsBuilder.newOptions()
.withOption('responsive', true)
.withOption('bAutoWidth', false)
.withPaginationType('full_numbers')
.withDOM('frtip');
它运行正常没有问题,但是数据表有单选按钮列应该是true但是当我使用响应式插件时这个按钮显示为false我不知道为什么。
有人可以帮我解决这个问题吗?