here I got the error as
Call to undefined method Slim\Views\PhpRenderer::keyToJson()here How can I pass the row key value from the Custom Template List Page.
<?PHP $this->keyToJson(true) ?>> to:
<?php CurrentPage()->keyToJson(true); ?>
Here I got the error as
Uncaught SyntaxError: Unexpected token '}'When I inspect the code from chrome the key value is NULL and it is showing as - Add Star