responsive jquery grid plugin

54 views
Skip to first unread message

galatina

unread,
Jan 3, 2017, 2:07:57 AM1/3/17
to struts2...@googlegroups.com
Hi,
i use jgp with bootstrap but if i resize the page it isn't responsive. How
can i fix?
My code:
<div class="row">
<div class="col-md-12">
<sjg:grid id="lstPartecipantiSociEffettivi"
caption="Elenco lista partecipanti soci effettivi" dataType="json"
href="%{remoteurl}" pager="true" navigator="true"
navigatorSearchOptions="{sopt:['eq','ne','lt','gt']}"
navigatorEdit="true" navigatorView="true"
navigatorAddOptions="{height:280, width:500, reloadAfterSubmit:true}"
navigatorEditOptions="{height:280, width:500, reloadAfterSubmit:false}"
navigatorViewOptions="{height:280, width:500}" navigatorDelete="true"
navigatorDeleteOptions="{height:280, width:500,reloadAfterSubmit:true}"
gridModel="lstPartecipantiSociEffettivi" rowList="5,10,15" rowNum="5"
rownumbers="false" editurl="%{ajaxDelListaPSE}" editinline="true"
multiselect="false" onSelectRowTopics="rowselect"
errorPosition="middle" reloadTopics="reloadlist"
onChangeTopics="reloadListCombo" onBeforeTopics="reloadListCombo2"
targets="result" onGridCompleteTopics="addLinks" resizable="true"
shrinkToFit="true" width="500" autowidth="true"
>
<sjg:gridColumn name="codSocio" index="codSocio"
title="Codice Socio Effettivo" formatter="integer" editable="false"
dataType="Long" key="true" sortable="true" search="true"
sorttype="integer" searchoptions="{sopt:['eq','ne','lt','gt']}" />
<sjg:gridColumn name="cognome" index="cognome" title="Cognome"
editable="true" sortable="false" />
<sjg:gridColumn name="nome" index="nome" title="Nome" editable="true"
sortable="true" />
<sjg:gridColumn name="dataNascita" index="dataNascita"
formatter="date" title="Data di Nascita" editable="true"
sortable="false" />
<sjg:gridColumn name="codSocio" index="codSocio" title="Azione"
formatter="formatLink" />

</sjg:grid>
</div>
</div>



--
View this message in context: http://struts2-jquery-plugin.109969.n3.nabble.com/responsive-jquery-grid-plugin-tp4026646.html
Sent from the Struts2 jQuery Plugin mailing list archive at Nabble.com.
Reply all
Reply to author
Forward
0 new messages