I have used this datatable package in Seaside in my app. MCSmalltalkhubRepository owner: 'GastonDallOglio' project: 'DataTables' user: '' password: ''
For the examples, looking at the Datatables JS API was helpful. The version was the older one. You can use it like this (there is some bootstrap mixed in) html tbsTable beStriped; beHover; script: ((html jQuery new dataTable) bFilter: false; bPaginate: false; bInfo: false); class: 'table-responsive'; with: [ html tableHead with: [ html tableHeading with: 'ID' seasideTranslated . html tableHeading with: 'MAC' seasideTranslated . html tableHeading with: 'IP' seasideTranslated . html tableHeading with: 'Status' seasideTranslated ]. .... On Sat, Dec 5, 2015 at 9:09 AM, stepharo <steph...@free.fr> wrote: > You can use > - Voyage to access MongoDB read the entreprise Pharo book > - Garage for relational databases. > > http://pharo.org/news/garage-database > Stef > > > Le 4/12/15 15:58, Pablo R. Digonzelli a écrit : > > Hi, I am interesting in using Datatables in a Seaside app. > I know there is wrapper fot this in StHub. Is there is examples how to use > it? > > > TIA > > ------------------------------ > *Ing. Pablo Digonzelli* > Software Solutions > IP-Solutiones SRL > Metrotec SRL > 25 de Mayo 521 > San Miguel de Tucumán > Email: pdigonze...@softsargentina.com > pdigonze...@gmail.com > Cel: 5493815982714 > > >