Questions tagged [jquery-bootgrid]

A grid control especially designed for bootstrap

161 questions
5
votes
4 answers

Bootgrid append method

Im breaking my head and cant figure out how to append data, just for testing pourpuses i did this : var JSONINFO = {"rows": [{"id": 19, "sender": "123@test.de", "received": "2014-05-30T22:15:00", "status":"Garantia"},{"id": 19,…
5
votes
3 answers

Using jQuery Bootgrid Methods

How exactly are you meant to use the methods for jQuery BootGrid? I've tried: $("#presentation-listing-api").bootgrid('remove', [uid]); Doesn't seem to be working? It's not helpful that the documentation isn't quite finished yet.
4
votes
3 answers

jQuery Bootgrid Not Working Properly

I could use some help. I have a jQuery Bootgrid on a page that is using ajax. While the data loads properly and the grid is properly rendered. None of the features seem to work properly including the search box, sorting, refresh, etc. Likewise I am…
Sean
  • 71
  • 2
  • 6
3
votes
1 answer

Force Bootgrid pagination element to stay in one position relative to it's parent container regardless of the number of table rows?

I am having trouble getting the pagination element of a JQuery Bootgrid table I am working on to stay in the correct position. It seems to be positioned relative to the last table row no matter what I try. I have tried setting the container div to…
bicycle_guy
  • 299
  • 4
  • 15
3
votes
2 answers

How-to add horizontal scroll bar to jquery.bootgrid

I'm using jquery bootgrid to display some data (http://www.jquery-bootgrid.com/), could anyone help to add horizontal scroll bar to this grid? I tried to put it into div with overflow-x style, but it scrolls navigation and paging together. If it not…
3
votes
2 answers

Angular2 execute Method after Rendering (Bootgrid)

i try to use jQuery Bootgrid together with Angular 2. The Problem is that that Bootgrid inspects an existing Table, but with angular2 my data is based on an asyncrone source. I try to initialize the grid later when the data is set in the controller…
Hemant Desusa
  • 181
  • 2
  • 6
3
votes
1 answer

Spring MVC: Dynamic Param Name or Param Name using Regex?

I'm trying out this grid component called jQuery Bootgrid. In AJAX mode, it POSTs parameters to the server and the one related to sorting is sent like this: sort[colname]=desc The colname part changes depending on how you sort the grid. Is there…
Dave L.
  • 9,595
  • 7
  • 43
  • 69
3
votes
1 answer

How to hide column in columnSelection?

Please refer the below image. i want to set the Column selection for Sender and Receiver. Id should not put in column selection drop-down. How to do this in bootgrid? Image for Reference
vinodh
  • 714
  • 1
  • 7
  • 20
3
votes
1 answer

jQuery-bootgrid - preselect rowCount

I'm using jquery-bootgrid plugin. I'll offer the user the possibility to store some values globally, e.g. language etc., which then will be applied on each visit. Bootgrid offers the ability to set some available rowCounts to be shown. I want to…
KingKerosin
  • 3,639
  • 4
  • 38
  • 77
3
votes
1 answer

Append in jQuery BootGrid reload grid data

I have problem with append row in bootgrid (http://www.jquery-bootgrid.com/) I have grid with formatter use for insert multi row data $("#grid-data").bootgrid({ navigation : 0, selection: true, multiSelect: true, …
3
votes
2 answers

JQuery.BootGrid data types and data formatters

What data types and data formatters are available with JQuery.BootGrid? Or are the data-type and data-formatter fields actutally JQuery DataTypes or some other property? If so what are the JQuery DataTypes? (I couldn't find documentation about…
pashute
  • 3,965
  • 3
  • 38
  • 65
3
votes
1 answer

jQuery-bootgrid how to hide column only in Mobile and Tab

I would like to hide the data column in Tab. I referred Bootgrid Documentation. In Column setting I found. data-visible="false" It hides the data column in PC also. I need something like .hidden-xs, .hidden-sm
3
votes
2 answers

jQuery Bootgrid styling how to override css class

i would like to override a specific style setting for the jQuery Bootgrid - however i cannot seem to do this. The documentation does not provide an example, it only states "All CSS classes can be set and overridden on initialization respectively."…
3
votes
1 answer

Code works on stack snippet different to a single html file

I have some code and it works fine on stack snippet. But when i insert it on my server or just in .html file, the refresh button become smaller!
TEXHIK
  • 1,369
  • 1
  • 11
  • 34
3
votes
2 answers

How to display image in jquery-bootgrid

I am using jquery-bootgrid for display list of records. These records have image also but images are not display in rows. Anybody knows how to display images in rows?
Sandip
  • 481
  • 1
  • 9
  • 26
1
2 3
10 11