This is primarily a release to satisfy #3, but includes some other tweaks, including:
- Fluent method chaining for column creation, i.e.
$table->addColumn($name, $label, $options)->addClass('css-class')->setDirection('desc');
- Can use a callback function for sorting
- and more