1

I want to display large collection of forms. jquery-bootgrid is good to display large data in IE8 (the best I found) in a client-side way (I display a HTML table and apply bootgrid to it).

The problem is that it converts all my inputs to text. No way to preserve the inputs and the links ?

Rodik
  • 4,054
  • 26
  • 49
Rolintocour
  • 2,934
  • 4
  • 32
  • 63
  • how you use bootgrid ? show code – waki Sep 17 '15 at 11:36
  • Very simply: $('#mytable').bootgrid({ 'columnSelection': false,}); – Rolintocour Sep 17 '15 at 11:42
  • try use with formatters http://www.jquery-bootgrid.com/Documentation#formatters – waki Sep 17 '15 at 11:44
  • From the formetter, you have access to two variables: column, row. Column gives meta information on the column, row holds the user data but the HTML is already striped (eg for a SELECT this is the concatenation of the OPTION values) – Rolintocour Sep 17 '15 at 11:52

0 Answers0