SaaSHub helps you find the best software and product alternatives Learn more →
DataTables Alternatives
Similar projects and alternatives to DataTables
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
select2
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
-
-
bootstrap-table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
-
-
catalyst
Catalyst is a set of patterns and techniques for developing components within a complex application.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
DataTables discussion
DataTables reviews and mentions
- CSV to a HTML table
-
HTML Table from multiple QuerySets
I've done quite a bit of scouting for a solution, and it looks like many people gravitate around django-tables2, https://www.datatables.net/, https://bootstrap-table.com/, and a few others. The latter two are JS/HTML frameworks that can accept either Django templated HTML (of a table) or JSON, and they seem to prefer JSON to give you the most access to features.
-
Is there any simple way to add pagination if my app doesn't use a database?
If you’re only trying to not show 2000 results to the user at once, you could send them all and then use front-end techniques to paginate (a JS table library, for instance).
-
wpDataTables - does anyone know how how the search works in this plugin and why it handles search query different than WordPress's default search query—why it doesn't show search results that includes ANY one of the 2 words in search query?
Don't know the plugin, but it looks like just a WordPress wrapper around the https://www.datatables.net/ datatable plugin. That plugin is very powerful and popular, there are many plugins for it too, pretty sure you can easily find a front-end developer to make the search more powerful.
-
Giving custom classes to each TD for styling - Datatables & jQuery
I'm using datatables for displaying server-side data in tables.
-
How to modify row counts when displaying alphabetized search results
I am using DataTables to create a table that is able to dynamically filter context. I am following the basic example, here.
-
TypeError: $(...).DataTable is not a function
I am trying to work with jQuery's Datatable JS for my project from this link.
-
Disable sorting for a particular column in jQuery DataTables
I am using the jQuery DataTables plugin to sort the table fields. My question is: how do I disable sorting for a particular column? I have tried with the following code, but it did not work:
-
Datatable with TS autocompletion and Tabs with lazyloading (that can also preserve the content)
Great, currently I am using the Datatables from https://www.datatables.net, have a hard time with column fiiltering plugin (yadcf). Keep on!
-
Using each_slice in Rails
The design called for a grid of 12 cards that could be paginated, searched, and selected. For instance if we have 32 cards, on multiple pages, we needed to be able to select all the cards, and on submit, persist 32 cards to the need controller action. After reviewing the specification, we decided to use DataTables, which we have already used throughout this Rails 5 application.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Mar 2025
Stats
DataTables/DataTables is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of DataTables is CSS.