Search code examples
jsfhandsontable

Using Handsontable with JSF


Does anyone have experience with an jsf implemented handsontable? Is that even possible?
I'd appreciate some brabbling!


Solution

  • I'm not aware of a wrapper for handsontable in JSF. Implementing such a wrapper for limited features is fairly simple, but this will really get complex and time consuming if you want to handle all callback hooks with AJAX.

    An alternative may be Primefaces dataTable.