我正在使用Footable插件。我在其documentation和here中读到过断点 我可以设置自定义断点,如
options: {
delay: 100, // The number of millseconds to wait before triggering the react event
breakpoints: { // The different screen resolution breakpoints
phone: 480,
bigphone:650
},
我正在使用这个像
<th width="100" data-hide="phone,bigphone" data-sort-ignore="true">Header</th>
但是,这对我不起作用!!
我错过了什么或做错了什么!