foxlearn
  • Home
  • How to
  • Donate
  • About
  • Contact
  • Privacy

How to remove no data available in table from datatable in jQuery

By Tan Lee Published on Feb 16, 2024  1.52K
This post shows you How to remove no data available in table from datatables.net jQuery.

Default value:

No data available in table

How to change datatable default empty table message

You can set emptyTable string as shown below.

$('#table').dataTable( {
    "language": {
      "emptyTable": "No data available in table"//Change your default empty table message
    }
} );

 

Tan Lee

Related

  • How to add class to tr using jQuery datatable
  • How to disable sorting with jquery datatable
  • How to hide “Showing 1 of N Entries” with jQuery datatables
  • How to Change parameter used in datatables ajax url.Action on Ajax.reload
  • How to fix 'Requested unknown parameter '6' for row 0, column 6'
  • How to Add new row to datatable using jquery datatable
  • Ho to add class to column dynamically using jQuery datatable
  • How to Rename “show XX entries” dropdown in DataTables

Categories

  • Articles121
  • C#9
  • SQL14
  • Windows Forms307
  • ASP.NET10
  • ASP.NET Core25
  • Design Patterns5
  • Source Codes1
  • Javascript3
  • Domain & Hosting2
  • Windows1
  • Visual Studio10
  • HTML Templates77
  • Crystal Reports4
  • PowerShell3
  • Entity Framework1

Popular Posts

structured data using foxlearn.jsonld
Structured Data using FoxLearn.JsonLd
 Jun 20, 2025
implement security headers for an asp.net core
Implement security headers for an ASP.NET Core
 Jun 24, 2025
10 common mistakes asp.net developers should avoid
10 Common Mistakes ASP.NET Developers Should Avoid
 Dec 16, 2024
entity framework code first vs database first vs model first approach
Entity Framework Code First vs Database First vs Model First Approach
 Dec 19, 2024
html bootstrap 4 login, register & reset template
HTML Bootstrap 4 Login, Register & Reset Template
 Nov 11, 2024

Copyright © 2016 - 2025 FoxLearn. All Rights Reserved

Home | Donate | About | Contact | Privacy Policy