2017 © Pedro Peláez
 

silverstripe-module silverstripe-persistentgridfield

GridField with persistent state for SilverStripe

image

littlegiant/silverstripe-persistentgridfield

GridField with persistent state for SilverStripe

  • Thursday, April 20, 2017
  • by stevie-mayhew
  • Repository
  • 4 Watchers
  • 10 Stars
  • 1,495 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

silverstripe-persistentgridfield

Persistent GridField state across page reloads., (*1)

Usage

$fields->addFieldToTab('Root.TeamMembers',
    PersistentGridField::create(
        'TeamMembers',
        'TeamMembers',
        TeamMember::get()
        ));

You can also set this to be used in place of all GridFields in SilverStripe, (*2)

Injector:
  GridField:
    class: PersistentGridField

Installation

Installation via composer, (*3)

$ composer require littlegiant/silverstripe-persistentgridfield

License

The MIT License (MIT), (*4)

Copyright (c) 2015 Little Giant Design Ltd, (*5)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*6)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*7)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*8)

Contributing

Code guidelines

This project follows the standards defined in:, (*9)

The Versions

20/04 2017

dev-master

9999999-dev

GridField with persistent state for SilverStripe

  Sources   Download

The Requires

 

by Tom Alexander

20/04 2017

1.1.0

1.1.0.0

GridField with persistent state for SilverStripe

  Sources   Download

The Requires

 

by Tom Alexander

19/11 2015

1.0.1

1.0.1.0

GridField with persistent state for SilverStripe

  Sources   Download

The Requires

 

by Tom Alexander

19/11 2015

1.0.0

1.0.0.0

GridField with persistent state for SilverStripe

  Sources   Download

The Requires

 

by Tom Alexander