我使用datatables.js并且我想使用单独的列搜索(选择输入),但它不起作用。表格显示但没有栏目下方的选择输入......有人有想法吗?任何提示都会有所帮助
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorWhite</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorPrimaryDark</item>
<item name="android:actionMenuTextColor">@color/colorWhite</item>
</style>
});