Skip to content

rko281/BootstrapTable-Pharo

Repository files navigation

BootstrapTable-Pharo

A Seaside component for Pharo wrapping Bootstrap Table.

Getting Started

  • Install Pharo (currently tested with Pharo 12)

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •