Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamrealfarhanbd/67934ce526d88215de58913135431f9f to your computer and use it in GitHub Desktop.
Save iamrealfarhanbd/67934ce526d88215de58913135431f9f to your computer and use it in GitHub Desktop.
Ninja Tables No Result found Changing by custom js code
$table.on('after.ft.sorting after.ft.filtering', function() {
// Code to run when "No Result Found" message appears
$('.footable-empty td').html('<a href="your-registration-page-url" target="_blank">Click here to register</a>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment