// Call the dataTables jQuery plugin $(document).ready(function() { $('#dataTable').DataTable(); $('#summernote').summernote(); $('#summernote').summernote({ placeholder: 'Hello bootstrap 4', tabsize: 2, height: 100 }); });