0

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.

Shinya Koizumi
  • 1,003
  • 1
  • 11
  • 26

1 Answers1

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.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798