First, thank you for sharing your work !
I would like to have a table column displaying 2 differents data keys.
As you are using "mustach" as templating system I set an object {id: objId, name: objName}
and in the column template I use this syntax {{obj.name}} and {{obj.id}} but I also try to sort this column by using the name properties...
Hi,
First, thank you for sharing your work ! I would like to have a table column displaying 2 differents data keys. As you are using "mustach" as templating system I set an object
{id: objId, name: objName}
and in the column template I use this syntax{{obj.name}}
and{{obj.id}}
but I also try to sort this column by using the name properties...According to you, is that possible and how ?
Thanks again. Wiser