The problem is that dataTable is not defined at the point you are calling this method.
Ensure that you are loading the .js files in the correct order:
<script src="https://stackoverflow.com/Scripts/jquery.dataTables.js"></script>
<script src="/Scripts/dataTables.bootstrap.js"></script>