twitter bootstrap - React Boostrap custom header for Panel -


<panel header={<customcomponent title="sometitle">sometext</customcomponent>} /> 

only sometext clickable (which expands/contracts panel), not other component customcomponent renders (eg. sometitle).

is there way make entire panel header clickable?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -