Click here to Skip to main content
15,896,539 members

Comments by july2008 (Top 12 by date)

july2008 7-Jul-16 3:52am View    
see the demo here
http://jsfiddle.net/e3nk137y/7530/
july2008 7-Jul-16 3:17am View    
only the first page of the table could be exported ,not all the pages
july2008 7-Jul-16 3:11am View    
count is undefined
Local
d
:
Object
json
:
Object
count
:
undefined
rows
:
Object
rows
:
Array[0]
length
:
0
__proto__
:
Array[0]
total
:
9
__proto__
:
Object
__proto__
:
Object
this
:
Object
july2008 7-Jul-16 3:01am View    
great thanks

but the length for rows is 0, and the count is the right number, then how to get inner content in rows
thanks for your patience
july2008 7-Jul-16 2:19am View    
I can't use this
return Json(result.ToList(), JsonRequestBehavior.AllowGet);
because I'm using bootstrap-table to load the data,
the data is like this http://wenzhixin.net.cn/examples/bootstrap_table/data .
and what I want to do is read the data in the rows .