Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.11 KB

File metadata and controls

29 lines (23 loc) · 1.11 KB

BootstrapTable-Pharo

A Seaside component for Pharo wrapping Bootstrap Table.

Getting Started

  • Install Pharo (currently tested with Pharo 13)

Installation

  • Evaluate:
Metacello new
    repository: 'github://rko281/BootstrapTable-Pharo:main';
    baseline: 'BootstrapTable';
    load: 'default'

Run

Start the web server for Seaside - for instance with Zinc evaluate

ZnZincServerAdaptor startOn: 8080.
WebBrowser openOn: 'http://localhost:8080/bootstrap-table/'

Examples

The examples browser demonstrates most of the wrapped behavior including a simple example application:

image

Browse SBSBootstrapTableExample and its subclasses for more information.