Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 976 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 976 Bytes

Table with Pagination and Searching bar for SeasideSt (PSTableSeaside)

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.

Installation

Prerequisites

  • 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