riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.07k stars 297 forks source link

Change 'title' in Items to 'content', so we can use tooltips #66

Closed Mikeproove closed 4 years ago

Mikeproove commented 4 years ago

Hi there

Would it be possible to change the 'title' attribute in the kanban items to use something like 'content' This way we could use the title attribute (or even the data-title attribute) for tooltips.

Thanks in advance Mike

marcosrocha85 commented 4 years ago

Hello @Mikeproove . Thank you for using jKanban. Did you mean like this?

Mikeproove commented 4 years ago

Hi @marcosrocha85

That's a really nice workaround, thanks ! (I guess I was just thinking in another way, with attributes for the kanban item getting the attributes through the 'item' attributes in the definition)

Thanks a lot