Good UX for tables on mobile doesn't exist... Until now!
- Great ux
- Accessible
- Easily customisable
- Work out of the box with wysiwyg editors
- IE friendly
No special treatment needed on the mark-up, this library is built to work with the default table mark-up generated from wysiwyg editors such as CKEditor and TinyMCE, so that it can be easily applied to your content management system.
Reference brt.css and brt.js in your html
<link rel="stylesheet" href="dist/css/brt.css">
<script src="dist/js/brt.js"></script>Then initiate it when DOM is ready
resTable.init({
table: document.getElementById('table'),
})- clone this repo
npm ithis bad boygulp startthis gorgeous baby- see magic happen inside browser
- Transpile JS with babel
- Refactor to handle responsiveness inside js
- Seperation of table styles
- Add refresh() function to handle ajax content.
- Make npm package.