eisenbraun / columns

A jQuery plugin that converts JSON data into searchable, sortable, HTML tables
http://eisenbraun.github.io/columns
MIT License
105 stars 47 forks source link

Simple question #15

Closed wiser closed 9 years ago

wiser commented 9 years ago

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

wiser commented 9 years ago

Hi,

Forget it, I finally found a better way to do it...

Thx Wiser