Skip to content

nathancox/silverstripe-modifiedtablefield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe ModifiedTableField

Maintainer Contacts

Requirements

  • SilverStripe 2.4+

Documentation

GitHub Wiki

Installation Instructions

  1. Place the files in a directory called modifiedtablefield in the root of your SilverStripe installation
  2. Visit yoursite.com/dev/build to rebuild the database

Usage Overview

Default Field Values:

Dirty hack to make the tablefield respect default values when adding a row. Uses the model's $defaults array, or you can specify default values for this table using $tableField->setDefaults(array( 'SomeField' => 'Default Value' ));

Known Issues

Issue Tracker

About

Customised version of TableField, while we wait for DataGrids in SS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published