TableBuilder questions
Created 8 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  —  8 years ago Best Answer

Try using entry.relation_field.id

keevitaja  —  8 years ago

Nope, that will not do it