jQuery dataTable doesn't show sort icon

前端 未结 10 1330
谎友^
谎友^ 2020-12-03 20:53

I am trying to use a jQuery dataTable plugin. The problem is that the sort icon (this arrow which point in which direction data is actual sorted) is not displayed.

M

10条回答
  •  旧巷少年郎
    2020-12-03 21:04

    I had this problem and it took me an hour to discover that I was not linking to a required stylesheet. In my case, I had:

    
    

    but I also needed to add:

    
    

    for the sort icons to show up. This is likely a bootstrap-only solution, but if you're having this problem, you might make sure you've got the right stylesheets linked.

提交回复
热议问题