AngularFaces
AngularFaces copied to clipboard
Support for editable tables with "delete" and "new" buttons
Implement a demo implementation for editable tables. If the user adds or removes rows, the current implementation runs into trouble because it can't deserialize a Json string into a Java ArrayList.
Implemented a prototype - see http://angularfaces.net/showcase2.1/manual/2_tables/ng-table.jsf. The next step it to examine if it's possible to make the implementation simpler.
AngularFaces was an interesting project, but it turned out to be impossible to migrate it to Angular 2, and since the, the Java community has abandoned UI programming altogether. So I'm closing all remaining tickets and archive the project.