0
パネル・ブートストラップ内にjqGridがあり、なぜautowidth:true
パラメータが機能しないのかわかりません。ここでjqGridコードだ:Free-JqGrid:パネル・ブートストラップで自動幅が機能しない
grid.jqGrid({
data: myData,
datatype:'local',
noDataContent: "Aucune données présente..",
loadMessage: "Merci de patienter...",
styleUI : 'Bootstrap',
colNames: ["Liste des rubriques","Taux Sal","Taux Pat"],
colModel: [
{
name: "Libelle", template: 'string'
},
{
name: "txsalrub", template: 'integer',formatter:'number', formatoptions: {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}
},
{
name: "txpatrub", template: 'integer',formatter:'number', formatoptions: {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}
}
],
// loadonce: true,
autowidth:true,
// width: 'auto',
maxHeight: height
// width: null,
shrinkToFit: false,
// cmTemplate: { autoResizable: true },
// autoResizing: { compact: true },
// autoresizeOnLoad: true
});
そして、ここでは私が持っている結果である:
Free JqGrid autowidth not working
私は多くのソリューションが、何も仕事をしてみてくださいしている:/
どのバージョンのjqGridを使用し、どのフォーク([無料jqGrid](https://github.com/free-jqgrid/jqGrid)または商用[Guriddo jqGrid JS](http://guriddo.net/? page_id = 103334))。あなたのメッセージには "Free-JqGrid"と書いてありますが、 'guiStyle:" bootstrap "の代わりに' styleUI: 'Bootstrap''オプションを使用します([demo](http://www.ok-soft-gmbh .com/jqGrid/OK/formEditOnDoubleClick-jqueryui-fa-bootstrap2.htm)を例として)。無料のjqGridではなく、市販のGuriddo jqGrid JSを使用しているようです。 – Oleg
いいえいいえ私はFree JqGridバージョン4.13.3を使用していますが、styleUIは間違いです – Rhend
問題は今解決していますか?問題が解決しない場合は、問題を再現するデモをご提供ください。 – Oleg