how to add custom warning messsage on table empty or no match found

how to add custom warning messsage on table empty or no match found

abhilashrajrsabhilashrajrs Posts: 7Questions: 2Answers: 0
edited November 2013 in General
hi,

i have 2 datatable sharing the same jquery.dataTables.js. So i cannot change it inside the JS file, is there any alternate way

I want to customize the default error message to my own.

No matching records found - We dont add anything yet
No data available in table - no data of your choice.

How can i do it

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Use oLanguage:
    http://www.datatables.net/usage/i18n
This discussion has been closed.