Nicholas Edwards
Nicholas Edwards
@renerlemes AFAIK, (and I'm no expert, that's rstaib who has disappeared) you should be initializing your bootgrid like so: var grid = $("#idOfHtmlTable").bootgrid({maybe some stuff here}); You only use "data-toggle=bootgrid"...
Updated to add new stuff that was necessary for my project. I wonder if it would've been easier to go with a more complete table implementation..? haha
@bellwood I haven't looked at this code since using it last year, but it was used in a University project which can be found here: https://github.com/EdwardsNick/lackingllamas There should be examples...
@bellwood `var row = grid.bootgrid("getRowData", $(this).data("row-id")); window.location.assign("/businessplan/{{$idbp}}/"+ row.type +"/"+ row.id + "/edit");` Here I get the row data by passing in the id for the row I want. IIRC the...