Skip to content

daniapq/PSTableSeaside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published