Skip to main content
1-Visitor
December 2, 2014
Question

Refreshing / reloading MVC Table

  • December 2, 2014
  • 4 replies
  • 1493 views

Dear Guys,


Can you pls share your toughts in making a table created with MVC framework refresh without loosing its content or navigating to the default/home page.




4 replies

1-Visitor
December 2, 2014
So you have a MVC table that is a customization and you want to update it or navigate away from it, but not lose the previous data for the “session”?




1-Visitor
December 2, 2014

Yes David . Basically the MVC table contains Roles & User Info. If i add a user to the customised table , i expect a internal refresh to happen within the mvc table without the page getting refreshed.

December 2, 2014

You can use <script language="javascript">


var ecnImg = document.getElementById('mvcTable');



}


var number = document.getElementById('partSearchNum').value;


var params = {


name : name


//reload the table builder


}


1-Visitor
December 2, 2014
NOTE: This will reload the table from the server side, but is invoked from the client side. It cannot be used from the server side to refresh only the table content after the table is modified. PTC API encapsulates the ExtJS API.