yii2-sortable-gridview icon indicating copy to clipboard operation
yii2-sortable-gridview copied to clipboard

Sortable GridView for Yii2

Results 11 yii2-sortable-gridview issues
Sort by recently updated
recently updated
newest added

There are issues with closing modal window if website is using Bootstrap 4, due code in Asset which is related only to BS3. Can it be changed to: ``` public...

Hi, it's possible to use an ArrayDataProvider as input of grid? I have not an ActiveDataProvider and I can use only an ArrayDataProvider. Thanks a lot Mario

I run it on PC was ok but when I using on Pad browser It can't work

When I create a model that then participates in sorting its default sequence number is 0, and I would like it to be auto-incrementing. How to implement it? Triggers? Or...

I can't click on any button in the grid. I guess this global bug in jquery-ui-touch-punch.js How to fix it ? Thanks

Hello. It is not working if ID field in models is non-digital. UUID for example. Because of regular expression in JS code: var regex = /items\[\]\_(\d+)/;

This extension doesn't work on a model without ID field

hi, I am using this extension in my project, it doesn't give any error but after sorting the order value is not saving in the table. please guide me. thanks...

Hello, when i use SortableGridView it disables table heading ASC DESC sorting function. How can i enable that like normal gridview has it?

Hello, everything is okay, sort is going through, but modal isnt showing, only back shadow. I have to click and then refresh. This fixes it. yii2-sortable-gridview\assets\js\sortable-grid-view.js `success: function(data){ checkSuccess(currentRecordNo); location.reload();...