We’ve been quietly building a jQuery plugin over the past couple years to help make tabular data more interactive. You might be familiar with existing plugins such as DataTables. But after extensive use, we finally made the decision that it wasn’t for us.
So, we decided to start from scratch, by first designing the markup and API we’d expect to use (and not use) when building a webpage with interactive tabular data. And then we figured out how we could make such an API a reality using the modern tools available to us from JavaScript in modern browsers, HTML5, CSS3, and JSON.
The result is Dynatable.js. We’ve been using it in many projects over the past two years, and it’s time to release it to the world.
It’s worked well for us, and more importantly, we absolutely enjoy using it. The core focus of Dynatable is to provide:
We’ll post more in the future as development continues and the library matures and evolves. Please take a look at the docs, star it on Github, and let us know what you think!
P.S. Shout out to our designer, Kevin (@Kreation on Twitter), for our awesome dyno-table logo and documentation design.
Comments are loading...