Introducing
The Slant team built an AI & it’s awesome
Find the best product instantly
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now
4.7 star rating
0
What is the best alternative to DataTables?
Ad
Ad
ZingGrid
All
7
Experiences
Pros
6
Cons
1
Top
Pro
Ease of use
Very easy to use and get started, no matter your development skill level.
See More
Top
Con
Some development experience required
This product requires coding, even if it's a minimal amount of code.
See More
Top
Pro
It's a web component
Works like an HTML tag, so syntax seems more intuitive. There are framework integration examples on the site.
See More
Top
Pro
Easy to add features
You can add things like filtering and search with a single attribute. You can also embed different media types, and set different column types.
See More
Top
Pro
Easily customizable
You can style the grid just like any other element. There are some demos that can be used as sources of inspiration.
See More
Top
Pro
Affordable
Compared to some of the other options, this is one of the most affordable.
See More
Top
Pro
Free to play around
A free web app can be used to create and save demos.
See More
Hide
See All
Experiences
Get It Here
12
0
jqGrid
All
10
Experiences
Pros
9
Cons
1
Top
Pro
Great performance
Works great with large amounts of data.
See More
Top
Con
Bad documentation
See More
Top
Pro
Client & server side sorting
Sorting can be done both client-side and server-side.
See More
Top
Pro
Multiple data sources
jqGrid can handle JSON, XML and array input.
See More
Top
Pro
Inline editing
You can update a rows text, text area, check box, select, image, button.
See More
Top
Pro
Solid documentation
Thorough documentation.
See More
Top
Pro
Advanced search
You can search multiple fields at the same time with different conditions.
See More
Top
Pro
Modular
You can choose what modules of jqGrid you need and avoid bloat.
See More
Top
Pro
Multiple export options
jqGrid can export to csv, excel and pdf files.
See More
Top
Pro
Easy to pick up
Easy to implement and use.
See More
Hide
See All
Experiences
Free / paid
112
7
Handsontable
All
4
Experiences
Pros
3
Cons
1
Top
Pro
Well documented
Handsontable provides easy to follow tutorials for those new to the plugin, detailed documentation on using the features and examples of the plugin in use.
See More
Top
Con
Issues with non-Latin script
Cells that are filled out with non-Latin script such as Korean, Japanese, Chinese, etc display the first character as Latin.
See More
Top
Pro
Widely used
Handsontable has a fast growing community and is currently used by thousands of developers.
See More
Top
Pro
Actively developed
Handsontable was developed and is currently supported by the development team at [Handsoncode] (http://handsoncode.net/)
See More
Hide
Get it
here
12
15
Webix
All
11
Experiences
Pros
8
Cons
3
Top
Pro
A lot of widgets
Webix is one of the most extensive UI component libraries, second only to Sencha ExtJS. Not only considering the number of widgets, but also the API methods for manipulating these widgets.
See More
Top
Con
Commercial license
It's not free for commercial applications.
See More
Top
Pro
Views can be constructed using JavaScript without HTML
The most common way of working with webix is to create a JSON configuration of your view in JavaScript. When you use TypeScript, you get complete typechecking and intellisense in your IDE.
See More
Top
Con
Not very popular
Not really a reason to not recommend it. But it has still a small user base. It deserves a lot more attention.
See More
Top
Pro
Seems to be quite stable
Even the most complicated GUIs are bug-free most of the time.
See More
Top
Con
Not modular
The library is not modular (except for some additional more complex widgets). If you only need a few widgets, you still need to include the entire library.
See More
Top
Pro
Webix Jet
The webix Jet library adds all the required features for SPA development (routing, template loading, ...)
See More
Top
Pro
Extremely simple to implement.
To get started is extremely simple. It has a low learning curve.
See More
Top
Pro
Mature project
Regular updates and releases.
See More
Top
Pro
Great support from the webix team
The company behind webix is really quick in answering any questions you have on their forum or via email.
See More
Top
Pro
Awesome responsive material skins
Great design and icons pack.
See More
Hide
See All
Experiences
$0-$469
54
4
CaptainCasa Enterprise Client
All
10
Experiences
Pros
9
Specs
Top
Pro
Very fast dialogs
Very fast even with many controls. CaptainCasa Enterprise client is much faster than Vaadin when writting similar programs.
See More
Top
Pro
Easy clustering
See More
Top
Pro
Longlife framework
See More
Top
Pro
Fast and powerful
See More
Top
Pro
CDI via EL
Separation of the backend code and the creation of the pages / Injection of the code (CDI) into the pages via expression language (EL).
See More
Top
Pro
High security
See More
Top
Pro
Server development with Java
No javascript is needed, everything is developed on the server with Java. Optimized roundtrip.
See More
Top
Pro
Free use
See More
Top
Pro
Good scalability
In addition to the extremely good performance, which already ensures that the system can be scaled well, clustering of the system is already provided for in the software architecture.
See More
Specs
Price:
FREE
Hide
See All
Experiences
0
3
0
Backgrid.js
All
5
Experiences
Pros
4
Cons
1
Top
Pro
Open Source
The source can be found on GitHub.
See More
Top
Con
Depends on 3 libraries
jquery >= 1.7.0 underscore.js ~ 1.5.0 backbone.js >= 1.1.0
See More
Top
Pro
Easy to style
Backgrid.js writes semantic HTML so it's easy to style and customize with plain CSS.
See More
Top
Pro
Lightweight
To avoid bloat, everything but the base functionality is a offered as an extension.
See More
Top
Pro
Great documentation
Thorough documentation with lots of examples.
See More
Hide
Free
6
2
SlickGrid
All
6
Experiences
Pros
5
Cons
1
Top
Pro
Lots of control over style
See More
Top
Con
May be unsuported
The last commit in to the code was in 2014.
See More
Top
Pro
Excellent performance
See More
Top
Pro
Works with all Frameworks and multiple ports are available
For example, Angular-Slickgrid, React-Slickgrid.
See More
Top
Pro
6pac/SlickGrid fork is now browser native (no longer requires jQuery)
Latest version 4.0 of 6pac/SlickGrid dropped jQuery/jQueryUI requirements, the project now uses browser native code and is now much smaller size.
See More
Top
Pro
Slickback integrates Backbone and SlickGrid
Slickback integrates Backbone and SlickGrid.
See More
Hide
Free
24
11
Vaadin
All
6
Experiences
Pros
5
Cons
1
Top
Pro
Compiles Java to JavaScript
Vaadin uses GWT to compile Java code into JavaScript. This means that developers using Vaadin can write both frontend and backend code in Java.
See More
Top
Con
Weak scalability
Since Vaadin stores the UI state and logic in the server, this means that for every user interaction a request needs to be sent to the server and the client needs to wait so it can know how to react. This leads to higher traffic and load times.
See More
Top
Pro
Easy to use
Vaadin has a 'design mode' which allows developers to drag and drop components into a canvas and then provide the logic for every component. There are also a lot of third party tutorials and guides which help with the initial learning curve.
See More
Top
Pro
Top notch documentation
The book of Vaadin is a must have for every developer that uses Vaadin to make web apps. It is an excellent reference manual and all around a great tool for every Vaadin related need. You can find and download the pdf online or get it for free in almost any Vaadin sponsored conference. The online documentation is also very good. It has some tutorials and video guides. There is also a vibrant community which sorround Vaadin, for any problem you may have there is a big chance that someone has already asked and answered that question on StackOverflow or in the Vaadin forums. If not, it will probably be answered quickly if you ask it.
See More
Top
Pro
Modern, configurable theming
Vaadin comes with the Valo Theme, a Sass-based theme and engine that calculates styles based on configurable variables and making it easy to define a completely new theme with a few lines of SCSS.
See More
Top
Pro
Easy to develop prototypes quickly
Vaadin has what is called the Vaadin Directory which is a repository of downloadable Vaadin components which can be easily used for development. To use something from the repository, you need to download the JAR file and add it to the project.
See More
Hide
Get it
here
18
9
Guriddo jqGrid
All
3
Experiences
Pros
2
Cons
1
Top
Pro
Active forum
The Guriddo forum is active and monitored daily by Guriddo support.
See More
Top
Con
Cost
Guriddo jqGrid is free only when used on personal or non-profit projects. To use it commercially, prices start at $199USD.
See More
Top
Pro
Variety of features
Guriddo jqGrid is a flexible jQuery plugin that supports a variety of different features.
See More
Hide
Get it
here
0
0
Built By the Slant team
Find the best product instantly.
4.7 star rating
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now - it's free
{}
undefined
url next
price drop