TableBuilder questions
Created 7 years ago by keevitaja

Hi.

How can i display related models id? if i just do 'myrelatedmodel' inside columns, i get the title column. But i need id.

Also one field is boolean. How can i make a filter that filter according to true or false?

ryanthompson  —  7 years ago Best Answer

Try using entry.relation_field.id

keevitaja  —  7 years ago

Nope, that will not do it