PabloSLabbe / QSTable

Another Qlik Sense Table Object
11 stars 10 forks source link

Not Working in QlikSense Mashup #2

Open gnanasekarank opened 7 years ago

gnanasekarank commented 7 years ago

This extension is simply great. But this one is not working in qliksense mashup. Am getting the error like "Uncaught Error: Script error for: extensions/QSTable/style.css". Can some one help here please.

PabloSLabbe commented 7 years ago

Which version of qlik sense are you using ?

gnanasekarank commented 7 years ago

Thanks for your response @PabloSLabbe . Am using QS3.2. I have made some changes in my QSTable.js in line "define(["qlik", "jquery", "/extensions/QSTable/style.css"]," and placed the qstable folder in my mashup root path. Now it is working fine. But am facing one other issue like. the table is showing only 10 columns. But i need to show around 20 columns. Initial load it is showing only 10, but when i click more button it is showing all columns. @@ qstable Where do i need to change ??? Please help it is urgent.

I tried changing the initial properties as below, but no luck initialProperties: { qHyperCubeDef: { qDimensions: [], qMeasures: [], qInitialDataFetch: [{ qWidth: 20, qHeight: 50 }] } },