2

Is it possible to parametrize the JQuery Fancytree (http://plugins.jquery.com/fancytree/) so it only shows checkboxes next to the leaf nodes?

EasyUI Tree provides such feature, for example: onlyLeafCheck http://www.jeasyui.com/documentation/tree.php

lucafik
  • 295
  • 1
  • 6
  • 18

1 Answers1

3

You can globally enable checkboxes using tree's 'checkbox' option, and then hide them per node using the "hideCheckbox": true property.

mar10
  • 14,320
  • 5
  • 39
  • 64