jQuery dataTable doesn't show sort icon

前端 未结 10 1289
谎友^
谎友^ 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:22

    Everytime I have had that problem with dataTables it stems from a javascript error.
    Also, you could try adding

    "bSort": true,
    
    0 讨论(0)
  • 2020-12-03 21:24

    I just UPGRADED JQuery datatable, now works fine

    0 讨论(0)
  • 2020-12-03 21:25

    I had the problem too. Just use their own configurator to setup all the options you want form here https://datatables.net/download/ they will generate exactly the .js and .css files you need. You then can either download or use their own hosted CDN for both files

    0 讨论(0)
  • 2020-12-03 21:30

    If you are using BundleConfig, please add the following reference:

    "~/Content/DataTables/css/dataTables.bootstrap4.css",

    0 讨论(0)
提交回复
热议问题