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
795 stars 272 forks source link

fix for php 8; #209

Open satrif opened 2 months ago

satrif commented 2 months ago

There is a function method_exists() which gets a string instead of obj in param while running on php 8.