bootstrap_table

请问一下我在使用bootstrap_table的时候,列是动态获取的 , 我的showColumns这个参数不起作用,不可以选择某一个列是否显示。


                        $("#table").bootstrapTable('destroy');

                        $('#table').bootstrapTable({

                            data : obj1,

                            toolbar : '#toolbar', 

                            striped : true, 

                            cache : false, 

                            pagination : true, 

                            sortable : false, 

                            sortOrder : "asc", 

                            sidePagination : "client", 

                            pageNumber : 1, 

                            pageSize : 10, 

                            pageList : [ 10, 25, 50, 100 ],

                            showColumns : true, 

                            minimumCountColumns : 2, 

                            cardView : false,

                            detailView : false,

                            columns : obj

showColumns : true, 这个参数怎么不起作用啊


UYOU
浏览 342回答 1
1回答

慕姐8265434

你写在table上试试data-show-columns="true" data-toolbar="#toolBar"官网有例子和API的
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript