Closed brianwong3 closed 7 years ago
With the last changes, this will be possible.
use yii\web\JsExpression;
QueryBuilder::widget([
'id' => 'query-builder',
'pluginOptions' => [
'someproperty' => new JsExpression('some string jquery function')
]
]);
How do I implement the custom input in the filter? Do I pass in a php function or a string jquery function?