rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

'selection' and 'rowSelect' properties don't work with Ajax #399

Closed ShaydullinR closed 6 years ago

ShaydullinR commented 6 years ago

'selection' and 'rowSelect' properties don't work with Ajax

settings: $("#grid-basic").bootgrid({ ajax: true, url: "response.php", selection: true, multiSelect: true, rowSelect: true });

ShaydullinR commented 6 years ago

putting data-type to 'string' in the identifier column solved the issue <th data-column-id="id" data-type="string" data-identifier="true" data-width="5%">ID</th>