PSTableSeaside

Description

A group of packages based on DataTableJS to SeasideSt with pagination and searching option

Details

Source
GitHub
Forks
1
Created
April 25, 2020
Updated
June 12, 2020
Topics
smalltalk

Categories

Web

README excerpt

# 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](http://pharo.org) site or in the command line with [zeroconf](http://get.pharo.org): 

```bash
wget -O- get.pharo.org | bash
```

To load the PSTableSeaside packages into the Pharo image:

```Smalltalk
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](https://github.com/daniapq/PSTableSeaside/wiki) or go to the [tutorial](https://github.com/daniapq/PSTableSeaside/tree/master/FAQ)
← Back to results