Questions tagged [jqxwidgets]

jQWidgets is a widget library built on top of the jQuery JavaScript Library

jQWidgets is a widget library built on top of the jQuery JavaScript library. It empowers developers to deliver professional, cross-browser compatible web applications, while significantly minimizing their development time. jQWidgets contains more than 40 UI widgets.

Resources

143 questions
0
votes
1 answer

Augmenting the title of a JqxDocking window

I was looking at the documentation for the JqxDocking Angular component, located here: https://www.jqwidgets.com/angular-components-documentation/documentation/jqxdocking/angular-docking-api.htm?search= I was trying to find a means to dynamically…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
0
votes
0 answers

webpack is failing while trying to compile in production mode

I've been using React 16.x.x and Jqwidgets 6.2.0 and React Boilerplate 3.7.0. My whole project was mounted over the React Boilerplate scaffold with its own configuration of webpack. I set jqwigets-scripts as a npm dependency and I tried excluding…
assembler
  • 3,098
  • 12
  • 43
  • 84
0
votes
1 answer

Angular JQXGrid cellsrender sets "value" as a string, but looks wrong if i pass in an object

The Angular JqxGrid has a cellsrenderer function call on rows i am leveraging. It has the arguments: index, datafield, value, defaultvalue, column, rowdata I wanted to do some magic in the cellsrender, but it seems when the column accesses a value…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
0
votes
1 answer

JQXChart - how to get image binary (e.g. dataURL) of a chart

I'm having a JQXChart on a page: $('#chartContainer').jqxChart(settings); What I'd like to do is the push this chart - as an image - to the server. The component supports functionality like export to…
Czesiek
  • 1
  • 1
0
votes
0 answers

how to add icon or button in jqxgrid next to filter icon when we hover over header row in angular project

enter image description hereplease try here. I am trying to add button or icon prepend to filter icon or panel open icon in header row when we hover over it. Feature that already is there : its for filtering the column data What I want: when we…
0
votes
1 answer

Appending and render a Vue component using js

I have a Vue component which is imported inside of a component file. What I am trying to do is, I want to render a component which was imported using the append function. How can I do that?