Style not showing

Style not showing

satyriasissatyriasis Posts: 30Questions: 7Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: I am using formidable forms and tried to use different style than suggested in one tutorial I found on this topic online. (https://www.fdmdigital.co.uk/formidable-forms-jquery-datatables/). I put in after section: </tbody>
</table>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css">

$(document).ready(function() { $('#moja').DataTable({ language: { url: '//cdn.datatables.net/plug-ins/1.11.3/i18n/hr.json' } }); } );

But I still get the basic look. Can someone help?

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    I replied to your other thread, but looking at your link it appears to me that table is being styled correctly. Have you resolved this since posting?

    Colin

  • satyriasissatyriasis Posts: 30Questions: 7Answers: 0

    It did. Can you please just take a look about my double argument question?

  • satyriasissatyriasis Posts: 30Questions: 7Answers: 0

    Also, just to note, this solved appereance problem but my form is not responsive. What can I do?

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    With Responsive, you need to include those library's files. If you look at this example, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table.

    Colin

Sign In or Register to comment.