js grid

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

js grid

pdavidow
Would it be possible to use Seaside with a javascript-based complex
grid-table such as AngularGrid, and if so what would be involved?
http://www.angulargrid.com/

FYI, AngularGrid actually does not require AngularJS at all:
http://www.angulargrid.com/example-html5-datagrid/index.php
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: js grid

Paul DeBruicker
Definitely possible.  Check the implementations of DataTables (http://datatables.net) and JqGrid (http://www.trirand.com/blog/jqgrid/jqgrid.html) for examples how to adopt a JS table widget


DataTables + Seaside
MCHttpRepository
        location: 'http://smalltalkhub.com/mc/emaringolo/DataTables/main'
        user: ''
        password: ''


jQGrid + Seaside
MCHttpRepository
        location: 'http://smalltalkhub.com/mc/Seaside/JQueryWidgetBox/main'
        user: ''
        password: ''
load the ConfigurationOfJQueryWidgetBox then load the 'JQWidgetBox-JQGrid-Dev' package.





pdavidow wrote
Would it be possible to use Seaside with a javascript-based complex
grid-table such as AngularGrid, and if so what would be involved?
http://www.angulargrid.com/

FYI, AngularGrid actually does not require AngularJS at all:
http://www.angulargrid.com/example-html5-datagrid/index.php
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside