Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled programmatic edits to grid and additional configuration options for columns and rows #191

Closed

Commits on Apr 26, 2018

  1. Implemented the ability to configure conditions under which columns a…

    …nd rows are editable
    Abigail Hahn (Harvey Nash) committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    842d54f View commit details
    Browse the repository at this point in the history
  2. Implemented the ability to add a row programmatically, with support f…

    …or non-integer indexes; improved the row edit condition evaluation
    Abigail Hahn (Harvey Nash) committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    773d94e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Implemented a mechanism to toggle the 'editable' option for the entir…

    …e grid
    Abigail Hahn (Harvey Nash) committed May 1, 2018
    Configuration menu
    Copy the full SHA
    649fcb2 View commit details
    Browse the repository at this point in the history
  2. Added a method for updating a value in the grid given an index value,…

    … column name value and data value
    Abigail Hahn (Harvey Nash) committed May 1, 2018
    Configuration menu
    Copy the full SHA
    6a950f5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Fixed a minor bug in the row edit conditions evaluation code

    Abigail Hahn (Harvey Nash) committed May 7, 2018
    Configuration menu
    Copy the full SHA
    5c30b5f View commit details
    Browse the repository at this point in the history
  2. Added tests

    Abigail Hahn (Harvey Nash) committed May 7, 2018
    Configuration menu
    Copy the full SHA
    6ca7258 View commit details
    Browse the repository at this point in the history