Showing Components

Using the showComponents you can show the table consisting of breakdown of the monthly EMI in its Principal and Interest component. By default its set to true, you can disable it by setting it to showComponents : false

$(document).ready(function(){ 
	$(".emic-calculator").emiculator({
		showComponents : false
	}); 
})

Last updated