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"), link="horizon:admin:path1:path2:rows_table" ) The existing link gets value of "id" in kwargs Also need to pass value of "column1". Any pointers on how this can be done would be helpful Thanks Rajdeep -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141019/0e22e8e4/attachment.html>