A group of packages for SeasideSt that allows to create tables with pagination and searching bar. This complement use Seaside 3 and Material Design Lite to create tables with a modifiable end limit and other options.
- Latest Pharo 8 image
- Pharo VM for Pharo 8
You can get both by downloading it from the Pharo site or in the command line with zeroconf:
wget -O- get.pharo.org | bash
To load the PSTableSeaside packages into the Pharo image:
Metacello new
baseline:'PSTableSeaside';
repository: 'github://daniapq/PSTableSeaside:master/src';
load.
If you want to learn how to use PSTableSeaside packages, you can go directly to the project wiki or go to the tutorial