Software Alternatives, Accelerators & Startups

DataTables

DataTables is a plug-in for the jQuery Javascript library.

DataTables

DataTables Reviews and Details

This page is designed to help you find out whether DataTables is good and if it is the right choice for you.

Screenshots and images

  • DataTables Landing page
    Landing page //
    2022-12-29

Features & Specs

  1. Feature-Rich

    DataTables provides a vast array of features: pagination, filtering, sorting, and customizable buttons, which can cater to various data handling needs in web applications.

  2. Easy to Use

    Its straightforward implementation and extensive documentation make it simple for developers to integrate DataTables into their projects.

  3. Extensible

    DataTables supports a variety of plugins and extensions, such as Editor for rich editing capabilities and FixedColumns for better column handling, allowing for enhanced functionality.

  4. Cross-platform Compatibility

    It works consistently across different browsers and devices, providing a reliable user experience regardless of the end user's environment.

  5. Community and Support

    A large and active community, along with official support forums, provide assistance, plugins, and extensions, contributing to a rich ecosystem.

Badges

Promote DataTables. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

We don't have any videos for DataTables yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about DataTables and what they use it for.
  • UX DataTables in 2026: typed columns, server-side processing, API Platform, Mercure and inline editing
    A while ago I wrote a first post introducing UX DataTables, a Symfony bundle that integrates the DataTables.net library into Symfony applications. - Source: dev.to / about 1 month ago
  • Solidjs: Simple and performant reactivity for building user interfaces
    Not much is going to compete directly with React's ecosystem maturity. But, of course, there's the option you have when using a non-React library in React: on mount, you instantiate the library in a ref, and then you use effects to turn reactive state updates into library invocations. For example, wrapping https://datatables.net/ if there were no React adapter. - Source: Hacker News / about 1 year ago
  • ASP.NET8 using DataTables.net โ€“ Part8 โ€“ Select rows
    //datatables.js /* * This combined file was created by the DataTables downloader builder: * https://datatables.net/download * * To rebuild or modify this file with the latest versions of the included * software please visit: * https://datatables.net/download/#bs5/jszip-3.10.1/pdfmake-0.2.7/dt-2.0.8/b-3.0.2/b-colvis-3.0.2/b-html5-3.0.2/b-print-3.0.2/sl-2.0.3/sr-1.4.1 * * Included libraries: * JSZip... - Source: dev.to / over 1 year ago
  • Integrating CanvasJS with DataTables
    CanvasJS is a JavaScript charting library that allows you to create interactive and responsive charts, while DataTables is a jQuery plugin that enhances HTML tables with advanced interaction controls like pagination, filtering, and sorting. Combining these two tools in a dashboard enables real-time data visualization, making it easier to analyze and interpret data trends and patterns through interactive and... - Source: dev.to / almost 2 years ago
  • New Programming Languages of 2024
    The good parts provided by: https://datatables.net/. - Source: Hacker News / almost 2 years ago
  • Ask HN: Best/Simplest Stack for Side Projects
    When you say you want to build something simple with a few pages, you might be able to get by with something minimalist like Flask and maybe DataTables: https://datatables.net/ If you donโ€™t expect to have scalability or real-time needs, I would not really recommend Elixir/Phoenix. The core language, dev tools, docs, and OTP are best-in-class, but thereโ€™s a learning curve, and the ecosystem has less mindshare than... - Source: Hacker News / over 2 years ago
  • Flask tutorial: A student project recorder
    Going back to our (/projects)[http://localhost/projects] link, we should see a table displaying the list of projects that have been saved. This table currently has no styling, to make it look better we will make use of the (DataTables for jQuery plugin)[https://datatables.net/] that will automatically style the table and add sorting and searching. We have included the necessary files for the datatables, all... - Source: dev.to / over 2 years ago
  • How to add Filtering to Jquery Datatables
    DataTables has a number of table control elements available and where they are placed in the DOM. The table control elements is defined by the dom parameter. This parameter can be a little confusing at first, because letters are used to represent different element for example the letter B is used for Buttons in the example below:. - Source: dev.to / over 3 years ago
  • How do you display HTML tables on any screen size?
    It depends on your table structure, but datatables may help: Https://datatables.net/. Source: about 3 years ago
  • datatables: how to catch error when using custom ajax function?
    While using datatables I need to use a custom ajax-function. Source: about 3 years ago
  • Looking for a way to display a table that has filtered information from a large spreadsheet. Any ideas?
    DataTables is a JavaScript library for that purpose, and there are some WordPress Plugins that implement the concept:. Source: about 3 years ago
  • DataTables: Custom Response Handling
    I started working on AngularJS and DataTables and wonder whether it is possible to customize the response DataTables is expecting. The current expectation of the DataTables plugin is something like this:. Source: about 3 years ago
  • Using a Data Grid for Exporting and Printing
    Not blazor specific, but jquery data table has built in export to excel and pdf https://datatables.net/. Source: over 3 years ago
  • Axe Dev Tools
    Https://datatables.net/ is generating the code. Source: over 3 years ago
  • [AskJS] I need to do a completely client-side web app which loads a single remote JSON read-only and presents results on a map and table with filters. What should I do?
    After doing the stuff /u/brianjenkins94 said, then for your actual table, https://datatables.net/ is probably the simplest library for making tables with a bunch of filtering/sorting features. Source: over 3 years ago
  • Tournament registration help
    Sorting html tables can easily be done by using datatables. Source: over 3 years ago
  • Data grid with export and print features
    Before I was used to using https://datatables.net and all this was very easy. It would be nice if in the future some Blazor data grid already implements them by default. Source: over 3 years ago
  • Recommendation on stack for a spreadsheet-like product
    Https://datatables.net/ This is the lesser alternative. Also widely used. Source: over 3 years ago
  • Creating a generic Class for DataTables server-side operations in Asp.Net Core
    DataTables is a jQuery plugin that enhance HTML tables to support pagination, search and ordering, in addition to easily editable themes and easy internationalisation or multiple language support. It supports multiple ways of fetching data, either from the DOM, JS or, and in this case using server-side processing as it's the most adapted mode for large databases and big projects, and as all the operations are... - Source: dev.to / over 3 years ago
  • If I want to create a website with a sortable table with filters. Which is better Squarespace or Wordpress? From scratch?
    I've used this library with great success before. It does everything you want. Source: over 3 years ago
  • How to perform a real time search and filter on a HTML table with Python
    Just use Javascript. There are dedicated JS libraries for this exact task like Data Table https://datatables.net/. Source: over 3 years ago

Do you know an article comparing DataTables to other products?
Suggest a link to a post with product alternatives.

Suggest an article

DataTables discussion

Log in or Post with

Is DataTables good? This is an informative page that will help you find out. Moreover, you can review and discuss DataTables here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.