ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
741 stars 278 forks source link

Style attribute doesnt change #186

Closed rmikalkenas closed 8 years ago

rmikalkenas commented 8 years ago

When i click indenter icon, list collapses, but when trying to expand, only thing that changes is style from collapsed to expanded, but childs style (display: none) keeps the same. Where could the problem be?

By the way, 'branch' and 'leaf' classes arent added..

screenshot

rmikalkenas commented 8 years ago

Found the problem.