rstaib / jquery-bootgrid

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

How to define the bootgrid with sort and search directions options or how can I build it with all columns that would be markable as sorted #366

Open watlf opened 7 years ago

watlf commented 7 years ago

When I try $("#grid").bootgrid({ ajax: true, url: 'some/path' }).bootgrid("search", "serach phrase");

I get to request and one of them will be aborted with http status 'canceled'. Can I just call bootgrid like: $("#grid").bootgrid({ ajax: true, url: 'some/path', sort: { nameColumn: 'asc' } }) Or some other way, that just create table with sortable icons

stvowi commented 6 years ago

Try out http://gijgo.com/grid. Bootgrid seem to be dead.