Sort arrows don't automatically display

Sort arrows don't automatically display

arodriguezarodriguez Posts: 1Questions: 1Answers: 0

Very new to this plug-in. Using v1.13.6, when I publish with the basic function, the sort arrows do not automatically display:

                <link rel="stylesheet" type="text/css" href="../DataTables/DataTables-1.13.6/css/jquery.dataTables.css" />
                <script type="text/javascript" charset="utf8" src="../DataTables/DataTables-1.13.6/js/jquery.dataTables.js"></script>
        <script>
            $(document).ready( function () {
            $('#sortable').DataTable( {
                 "paging": false            
            } );
            } );
        </script>

Is there a specific setting or option to display the sort arrows?

Answers

Sign In or Register to comment.