Unable to display search filter in individual column header using vuetify datatable

断了今生、忘了曾经 提交于 2020-05-16 22:42:29

问题


I'm trying to display text box in every column header for search filter using vuetify datatable. I modify the code in codepen. I'm able to show expected result in codepen. But when I used the same code in my IDE, it does not work. Datatable is displayed but text field doesnot displayed in my browser. I took reference from this link

``` 
https://codepen.io/fontzter/pen/qywQjK?editors=1010 
``` 

I replace following select box with text field in codepen code.

Select box code

Text field code

Please help me. Expected result

Actual result

来源:https://stackoverflow.com/questions/60897227/unable-to-display-search-filter-in-individual-column-header-using-vuetify-datata

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!