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
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to