I have a grid that uses the create widget column declaration to create a custom widget for the columns. Similar to the example the element is appended with a value, a unit, and then a jqxLinearGuage within a table.
The result is something like <table><tr><td>200 units</td><td>Linear Guage showing 200 with limits</td></tr></table>
The problem is that after specifying the create widget for the column the resize no longer works. I would like to allow the users to resize the columns as needed, reorder the columns as needed, and still keep the value, unit, and guage.
Is this a known issue, due to the table I’m using, or something else? I can try to provide a simple example if needed.
Thank you,
Kris