webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

dynamically update metadata #208

Open ericxin1982 opened 10 months ago

ericxin1982 commented 10 months ago

Hi

Is it possible to dynamically update metadata, and editablegrid can get affected afterwards? I meant I want to make values changed according to previous column value data change, so previous column value can shorten next column values scope.

Thanks Eric Xin