Search
3636 results 991-1000
Forum
- 30th Sep 2016Script Support for Small ScreensYeah, it appears to work panning to the right as well. What settings did you have for your developer tools (I presume it was in a responsive mode)? Allan
- 28th Sep 2016DataTables Editor With MeteorHi Allan, First clone the project down. Then, change directory into the data-table editor. If you have meteor installed on your machine, you can run: "meteor run" and that will run the project in development mode.
- 15th Sep 2016Responsive Link issuesThis code works to get the id in desktop mode but not in responsive. var table = $('#datatable').DataTable(); var row = $(this).closest('tr'); var deleteBatchId = table.row(row).data().batch_id; I get the error message: TypeError: table.row(...).data(...) is undefined var deleteBatchId = table.row(row).data().batch_id;
- 12th Sep 2016Footer not moving on popup resizingYes, the error also consistently appears in the editor samples when creating or editing a row. image Surprisingly, it does (always) work when the browser is in full screen mode, so I'm quite sure this is a browser issue.
- 8th Sep 2016Editor response redraw and cell edit field focus issuestill highlighted for edit mode and doesn't disappear. I
- 5th Sep 2016export to excel not working in IE11tools and change document mode to 9 (from 10
- 26th Aug 2016All Editable text box in datatableI presume this is in reference to Editor's inline editing mode? Currently only a single cell at a time can be in edit mode with Editor. Multiple cell inline editing is planned for a future release. Regards, Allan
- 23rd Aug 2016DB Not Updated When Using Optionsselected row into edit mode (but hidden), // then get
- 19th Aug 2016bug with server-side paginationfound out in debug mode that when I call
- 10th Aug 2016Getting popup edit window on close to refresh table.Thanks a lot Allan, Now I know how is the user editing the data. // Find edit mode ('main' = popup; 'inline') editor.on('open', function ( e, mode, action ) { var editMode = mode; });