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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -