A Seaside component for Pharo wrapping Bootstrap Table.
- Install Pharo (currently tested with Pharo 12)
- Evaluate:
Metacello new
repository: 'github://rko281/BootstrapTable-Pharo:main';
baseline: 'BootstrapTable';
load: 'default'
- All required packages and prerequisites (including Seaside and Seaside-Bootstrap5) will be downloaded and installed.
Start the web server for Seaside - for instance with Zinc evaluate
ZnZincServerAdaptor startOn: 8080.
WebBrowser openOn: 'http://localhost:8080/bootstrap-table/'
The examples browser demonstrates most of the wrapped behavior including a simple example application:
Browse SBSBootstrapTableExample
and its subclasses for more information.