Hi,
I am trying to use jqxgrid in angular 4. I downloaded the grid using npm command (npm i jqwidgets-framework). I think i was able to make it work but i do not see anything in my web page. below are the details
index.html
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxcore.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxgrid.js”></script>
app.module.ts
import { jqxGridComponent } from ‘jqwidgets-framework/jqwidgets-ts/angular_jqxgrid’;
systemjs.config.js
transpiler: ‘npm:jqwidgets-framework/jqwidgets-ts/angular_jqxgrid.ts’
‘jqwidgets-framework/jqwidgets-ts’: ‘npm:jqwidgets-framework/jqwidgets-ts’
‘jqwidgets-framework/jqwidgets-ts’: {
defaultExtension: ‘ts’
}
I do not know where the problem is. It doesn’t have any error in the browser (i am using chrome). All the menu and login window are not showing.