I probably have a strange setup and new to using jqgrid, but what I am attempting to accomplish is to pull into jqgrid an existing html table that contains an imbedded table example:
…….
…….
The javascript that I'm attempting to use to display this looks like this
jQuery(document).ready(fuction() {
tableToGrid("#someTable")
});
The above logic displays a table but it appears to be adding the
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top