Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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.
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.
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
}
