angular-data-table
angular-data-table copied to clipboard
Popover not included in the release
Sorry I need some instruction about how to enable popover/tooltips in data table.
I looked the demo it requires me to load the other directive called popover. And the scripts are written in ES6 but not compiled in the release folder.
I am afraid that ES6 may not working in all browser I intend to support. So how can I use them?
@ziofat I created a pull request with dt.popover and dt.menu added to the main script + compiled css, if you look at that changeset you'll also see the various release formats built.
One thing to note is tooltips are not persisting when your cursor leaves the cell div, but I'm not sure of a good fix for that right now.