Skip to content
 
 

Repository files navigation

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.

About

A Seaside component for Pharo wrapping Bootstrap Table

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages