Re: [openstack-dev] [horizon] Passing multiple values in table.Column in Horizon DataTable

2014-10-20 Thread Julie Pichon
On 19/10/14 12:52, Rajdeep Dua wrote: Hi, I need to pass two values in the link generated from the table.Column as shown below. class DatasourcesTablesTable(tables.DataTable): data_source = tables.Column(column1, verbose_name=_(Column1)) id = tables.Column(id, verbose_name=_(ID),

[openstack-dev] [horizon] Passing multiple values in table.Column in Horizon DataTable

2014-10-19 Thread Rajdeep Dua
Hi, I need to pass two values in the link generated from the table.Column as shown below. class DatasourcesTablesTable(tables.DataTable): data_source = tables.Column(column1, verbose_name=_(Column1)) id = tables.Column(id, verbose_name=_(ID),