Skip to content
Loading
why Not Display DataTable after app publish on IIS ?  
  •   
  • "text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js">  
  • "text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/dataTables.buttons.min.js">  
  • "text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js">  
  • "text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js">  
  • "text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.html5.min.js">  
  •   
  •   
  • 0
  • Jignesh Kumar
    Could you please let us know Ajax is used or Web Service or any other way to fetch data from DB ? Please provide data access URL here so it will help to identify
    0
  • Abdalla Elawad
    Yes Mr. Kumar i used jquery , but same datatable work in localhost , i think there is no error in javascript
    0
  • Jignesh Kumar
    Hi Abdalla,
    Once page is loaded please press F12 and check if any javascript error. I guess you are using jQuery Datatable.
     
    F12 and check on Console if any error while loading Jquery.
    0
  • Salman Beg
    Hi. I don't think so it is a problem with publishing iis. May be you are getting somewhere exception. I usually published so many times in iis but I never faced such errors. So to check the errors what you can do is, put try catch block in your code and if it hit to catch block then insert that error into db,so if data not load properly you can check the exception in DB. Thanks.
    0
  • Abdalla Elawad
    This a datatable doesnt work
     
     
    0