Shabeeb Rizvi

Results 7 comments of Shabeeb Rizvi

Saving CSS WOW... Looking forward to this feature! 👀

There seems to be some minor tweaks required to make this work. It's an amazing tool... thanks to @givanz here is what I did to edit and save html files....

Refer my comments https://github.com/givanz/VvvebJs/issues/181#issuecomment-719908267

https://github.com/givanz/VvvebJs/issues/181#issuecomment-719908267

@givanz could you please review my comments https://github.com/givanz/VvvebJs/issues/181#issuecomment-719908267

> they are write for usage in ES6 projects bus it can be adapted very easly > > https://gist.github.com/shak18/412a35abcac07b75159793eeb7b26d52 Good job! It would be nice if you can add few...

> `->addColumn('rename_title', function($datum){ return $datum->title }) ->filterColumn('rename_title', function($query, $keyword) { $sql = "select title like ?"; $query->whereRaw($sql, ["%{$keyword}%"]); })` > > js script: {data:'rename_title', name:'rename_title'} > > will this solve...