
Hi! I want custom field data ,because I have many array in one array.
I try using "field: 'LeftNavigation.Title'" but don't work.
Thanks
Please provide a jsFiddle to show your problem, thanks!
$('#table').bootstrapTable('destroy');
$('#table').bootstrapTable({
data: data.LeftNavigation,
fixedColumns: true,
fixedNumber: 1,
undefinedText: "",
rowStyle: function (row, index) {
return {
classes: 'rowNavigation rowNavigation' + index,
css: { "font-size": "13px", "border": "1px solid #d9d9d9" }
};
},
columns: [
[
{
field: 'LeftNavigation.Title',
rowspan: 4,
align: 'center',
.............
I'M sorry ,because I using sharepoint online should data not get,i working on production.
I have refer : http://jsfiddle.net/25jxxvhb/1/
This is my table!
I have many array in one array ,and I bind data for field
https://jsfiddle.net/7uu5syo4/3/ this is my demo
I think your fiddle can not show your problem.
You can try to update:
data: arrayAllValue.LeftNavigation
and:
field: 'Title'
http://issues.wenzhixin.net.cn/bootstrap-table/#issues/353.html
don't work with me!!
https://github.com/wenzhixin/bootstrap-table/issues/353
I want select field in array " field: "flatArray2.id" , "
Please help me!
What is your arrayAllValue data?
http://jsfiddle.net/wenyi/e3nk137y/13/
new(http://jsfiddle.net/e3nk137y/18180/)
I can choose other array for field
Please guide me using responseHandler! not work with me!
http://jsfiddle.net/e3nk137y/18181/ responseHandler NOT WORK!
Try http://jsfiddle.net/jimkennelly/pn548r61/1/ - use the data
property

This example can solve your problem: http://jsfiddle.net/wenyi/e3nk137y/18196/
Thanks so much!!!
Most helpful comment
What is your
arrayAllValuedata?http://jsfiddle.net/wenyi/e3nk137y/13/