#layui テーブルはアダプティブをサポートしていますか?
layui テーブルはアダプティブをサポートしていません。たとえば、ページにデータテーブルを追加すると、データテーブルの各列の幅がテーブルに適応できず、すべてが密集していることがわかります。公式ドキュメントを読んだ後、列幅がテーブルには次のように設定できます:layuiTable.render({ width: 710, elem: '#tabSta', url: "/pickTicket/tytr", cols: [[ { field: "ShiftsID", title: "班次ID", hide: true }, { field: "scheduleCoding", title: "班次", align: "center" }, { field: "time", title: "时间", align: "center" }, { field: "carNumber", title: "车辆编号", align: "center" } ]], });
tabrecord =layuiTable.render({ elem: ‘#tabStation’, url: “/pickTicket/tytr”, done: function (res, curr, count){ KaTeX parse error: Expected 'EOF', got '}' at position 34: …th", "100%"); }̲, cols: [[ { fi…(“table”).css(“width”, “100%”);
Layui Framework Tutorial 列にアクセスして学習してください。
以上がLauiui テーブルは自己適応をサポートしていますか?の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。