Four years ago in this forum: http://www.jqwidgets.com/community/topic/jqwidgets-yii/ “”Unfortunately, we do not have experience with Yii Framework and we will not be able to help you to incorporate our widgets into it.”
Generate widgets: https://github.com/dumuro/yii2-widget-jqwidgets
Asset bundle: https://github.com/sansusan/yii2-jqwidgets-asset
New to yii2 and jqwidgets, I do not find samples for yii2 rest implementations using jqwidgets.
It would be helpful to see where “total rows” etc gets plugged in to the php side. Serializing responses.
I wonder there are no gitHub projects for query building and response formatting using Yii2 and jqwidgets.
Without really trying, I get a grid with data. Great! But now it’s a matter of mapping eg “TotalRows” to “RowCount”. I made those names up, I assume Yii2 and jqwidgets did not happen to choose the same names for meta/extra data.
I guess we start by swiping the php code from the jqwidget docs (say for grid filtering), and adapt it into Yii2 ActiveDataProviders or Serializers.
I don’t need anyone to do this for me, I was hoping to survey the Yii2 landscape for ideas and best practices talking to jqwidgets.
The Yii2 docs are very good, but also very generic. There are so many ways to skin this cat.
Any Yii2 experts out there with links or suggestions, thank you in advance.