Ii Im learning chrono connettivity
I would create a filter in front end that it shows records of data base
I have a simply db with fild : id, nome, ciao
I have post in model title in chronoconnettivity : article
I have post name db in table name
Than i have insert in front list=>filters: article.ciao
Than in searchable : article.nome
article.id
I have insert this code in list display:
Why dont it work?
Thank for answer
I would create a filter in front end that it shows records of data base
I have a simply db with fild : id, nome, ciao
I have post in model title in chronoconnettivity : article
I have post name db in table name
Than i have insert in front list=>filters: article.ciao
Than in searchable : article.nome
article.id
I have insert this code in list display:
<input type="text" name="srch" placeholder="search...." class="form-control A" />
<br>
<input type="text" name="fltr[Article][ciao]" placeholder="1 or 0" class="form-control A" />
<br>
<input type="submit" name="submit" value="Submit" />
Why dont it work?
Thank for answer