riktar / jkanban

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

Turn off automatically adding custom properties data to the dom? #122

Closed WriterStat closed 3 years ago

WriterStat commented 3 years ago

I'd like to add custom properties, but not have them added to the dom as data.

Is there a way to turn this off?

Thanks!

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban

WriterStat commented 3 years ago

Is there an option to set so that custom properties data isn't added to the dom? Thanks!

marcosrocha85 commented 3 years ago

Unfortunately not at the moment. jKanban uses DOM to store properties. That's part of web concern, I think. It might be great if you could do a MR about it.