Style not showing
Style not showing
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">
But I still get the basic look. Can someone help?
Answers
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
It did. Can you please just take a look about my double argument question?
Also, just to note, this solved appereance problem but my form is not responsive. What can I do?
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