DataTables / Editor-PHP

PHP server-side libraries for Editor
Other
35 stars 22 forks source link

Better and more readable pkey separator #11

Closed mvorisek closed 1 year ago

mvorisek commented 2 years ago

much easier to debug when separated with separator

AllanJard commented 2 years ago

Thanks for this! I'm not sure I'll merge this one in, but possibly for 2.1 and I'd need to sync it with the .NET and NodeJS libraries as well.

mvorisek commented 1 year ago

@AllanJard can this change here (and in other langs) be landed? With _ the pkey is really much more readable, otherwise the joined key can contain only alphanum chars hard to identify where the parts start/end.