lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Editability #86

Closed amy-hoangg closed 5 months ago

amy-hoangg commented 5 months ago
  1. Create isReadOnly property in the lightSheet options
  2. Parse the isReadOnly into UI
  3. Create a function changeReadOnly in the lightsheet so that user can call it
  4. Whenever in readonly mode, the input tag for each cell has the property readonly
rafinutshaw commented 5 months ago

Added a minor fix, everything else seems good. Kindly resolve the conflict so i can approve.

Also kindly add relevent tests for this.

Thanks!