Search
43901 results 1491-1500
Forum
- 19th Mar 2018Responsive table - random columns width on each reloadSounds like you are initialising the table while it is hidden. Call columns.adjust() when you make it visible. Allan
- 18th Mar 2018Add a new record in the first row of the tableIn that example the table is ordered by column
- 16th Mar 2018How update field value of parent table with a field value in child tableof the "visits" child table: if I delete all
- 15th Mar 2018How can i change cell value of cached table ?Thank you @allan, If i redraw table, will it redraw selected row or the whole table ?
- 15th Mar 2018Scroll to the row which has been added to the table.Does this work for non paginated tables? This table isn't huge (varies depends on user selection), but when adding a new row it may get inserted of out the view pane.
- 13th Mar 2018Click on table and redirect pageclick event for the table rows and then have
- 13th Mar 2018DataTable show small tablethanks kthorngren this solve the problem < table id="myTable" style="width:100%" class="table">
- 12th Mar 2018Blank table to use for bulk importsOk, I think I can make that work, I can just create a new table with some blank rows and use a custom button to perform the appropriate query as a bulk action. Thanks for the explanation!
- 12th Mar 2018Can I use the Editor on a dynamically generated table ?You can use Editor to edit a local table with no Ajax if you wish. There is an example of that here. Allan
- 9th Mar 2018How would you reorder a row using drag and drop on a paginated table?Hi sdecock, As you say, the user will need to expand the table, and then reorder. There isn't a way to span across pages. Cheers, Colin