check it out, which sets up your custom posts.
$(document).ready(function() { $('#data_table_id').DataTable( { "language": { "lengthMenu": "Display -- records per page", "zeroRecords": "No matching records found - We don't add anything yet No data available in table - no data of your choice.", "infoEmpty": "No records available" } } ); } );
source share