javascript - Handsontable is having issues - single row with readonly cells -


i'm using handsontable in project. working till last week.

last 2 days not working (displaying single row readonly cells).

i don't know issue , ensure didn't change in code.

hot = new handsontable(document.getelementbyid('scid'), {          rowheaders: true,       mincols: 23,       maxcols: 23,       columnsorting: true,       colheaders :['issuercode','productcode','componentcode','variantcode','platform','trackingcode','medicalplancode','pharmacyplancode','avvalue','metalliclevel','riders','network','scidstatus','contributionamountmin'                 ,'contributionamountmax','hiosdescriptor','hiosreason','linkedhios','caseeffectivedate','georating','discontinuedate','newexisting','note'],                              minsparerows: 1     }); 

anyone me resolve issue?

looks have special characters between contributionamountmin , contributionamountmax. ['issuercode','productcode','componentcode','variantcode','platform','trackingcode','medicalplancode','pharmacyplancode','avvalue','metalliclevel','riders','network','scidstatus','contributionamountmin' ,'contributionamountmax','hiosdescriptor','hiosreason','linkedhios','caseeffectivedate','georating','discontinuedate','newexisting','note']

removing spaces , carriage returns should resolve issue.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -