Search
3647 results 351-360
Forum
- 20th Sep 2017Get row then first cell when using .cells().every() and current cell's data-attributevar fancy_data_table.row( this.index().row ).data(); will get the data for the whole row. It might be easiest if you use rows().every() though? Allan
- 22nd Aug 2017Delay loading of image cells on non-visible rows (client side)Yup - if you Ajax load the data and use the deferRender option as Kevin says, that way the images won't be requested until they are displayed. Allan
- 31st Jul 2017Updating cells on large tables particularly slow in FirefoxOhh.. I don't think you can specifically invalidate columns (unless I missed it) but searching around based on what you recommended, it seems like table.cells(null, "office:name").invalidate(); performs significantly faster. I'll have to try this in my real code but this is looking promising. Almost too promising ... (down to 5 milliseconds). Thanks!
- 12th Jun 2017Saving Multiple Rows after Editing CellsThis will get me where I need to end up. THANK YOU SO MUCH!
- 10th Apr 2017center table on page, center contents of cells.So where is your use of DataTables at http://dittany.com/ ?
- 14th Dec 2016Most efficient way to update a cells after data inserted into tableI was able to resolve this issue with "rowCallback"
- 14th Nov 2016How to put ellipsis on text in cells?This blog post has details of how it can be done. Allan
- 20th Oct 2016Updating other cells within a table, triggered by the update of dependent cell.I probably should've asked this on the editor forum..sorry. Let me include that I'm using the most recent version of datatables, jquery, and the Editor PHP Libs.
- 14th Oct 2016Can Datatables detect click and drag highlighted cells and show a sum (like excel)This might be an ideal use case for AutoFill's plug-in abilities (I'm excited about that, as it doesn't get used often!). If you take a look at this example - then click and drag the drag handle over multiple rows and columns (that's important) AutoFill will give you a list of options for the action to complete. You can add your own (indeed the built in options are just pre-included plug-ins themselves). Details about custom plug-ins for AutoFill can be found here. Rather than modifying the data in the table you'd just use that data to fill in the sum. Regards, Allan
- 8th Sep 2016search cells which contains links : I want to ignore tags and search inside them : how ?Ok It seems that I found a solution here...