Data Tables with bootstrap

Asked

Viewed 2,699 times

1

Someone has some simple tutorial to apply the data table in bootstrap,tried the forms that have on the site but could not, with Skell css worked perfectly but with bootstrap does not appear.

<link rel="stylesheet" type="text/css" href="dataTables.bootstrap.css">

    <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" language="javascript" src="//cdn.datatables.net/1.10.3/js/jquery.dataTables.min.js"></script>
    <script type="text/javascript" language="javascript" src="dataTables.bootstrap.js"></script>
    <script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
            $('#example').DataTable();
        } );
    </script>

1 answer

2


  • Incredible as it seems I could not copy I did the references but still does not work kkk

  • I don’t know if this is where I started javascript table id, before I was putting it at the beginning of the table, I copied it the way you ordered it and it worked perfectly, thanks partner

Browser other questions tagged

You are not signed in. Login or sign up in order to post.