Is there any way I can append search result to the table? What I want to achieve is add more buttons in the bottom of table and let list grow as they click on the button. It's like facebook more button.
Asked
Active
Viewed 553 times
1 Answers
0
You can use navButtonAdd to add any custom button the the navigator bar. With respect of footerrow: true option you can add "summary" row in the grid body. Using footerData
method (see here) you can set any HTML code fragment in the row. To add data to the grid you can use addRowData, but I would not recommend you to mix the rows with data and the rows having buttons only.