Skip to content

Query instantiation and Tweaks

Compare
Choose a tag to compare
@gbrock gbrock released this 12 Oct 06:26
· 6 commits to master since this release

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