Search
23432 results 2821-2830
Forum
- 10th Jun 2015How can you get a column's name (not header/title)?I found this and it works: "data": function(d) { alert(d.columns[0]['name']); }, http://www.datatables.net/forums/discussion/25361/sending-custom-column-attributes-to-the-server-on-post
- 5th Jun 2015(don't kill me) Is there any option to include a row which colspans all columns - like a titleDear Allan, thank you very much for the confirmation. Then I know what to do. Have a nice day!
- 27th May 2015rows().nodes() not showing invisible columnsGreat, thanks. Updated example here
- 8th May 2015Load new data in Datatables with Fixed Columns AngualrJSi cant give you link because we connect to server side local, but i can give you connection by Team Viewer this is okey with you ????
- 7th Apr 2015DT 1.10: Rendering datatable in hidden div results in misaligned columnsAllan, I apologize for the fiddle errors -- linked to a CSS file that was in my dev environment. Calling this.api().columns.adjust() on the fnDrawCallback did the trick! Thanks for your help! Just for others' benefit, I've fixed the jsfiddles: Problem: http://jsfiddle.net/pclaar/th72nh12/ Solution: http://jsfiddle.net/pclaar/th72nh12/3/ Cheers, Pete
- 7th Apr 2015How to Hide "th" for some columns?Use column().visible() or columns.visible. Allan
- 3rd Apr 2015Fixed Columns scrolls only first columns not other columns.I tested this with Chrome and Firefox. They both have same issue.
- 3rd Apr 2015Tab between columns problemTo a large extent Editor assumes that the data will be saved somewhere that is not the table (the table is just a display container, not a data store). You could do as you have above, which is the closest with simple Javascript, but adding rows might present more a challenge since you need to be able to uniquely identify each row (i.e. it needs a primary key value, which normally is auto-generated by a database sequence). Allan
- 16th Mar 2015DataTable "StateSave" shows all column visible, even if column visibility for some columns is falsegot the answer :) ...
- 13th Mar 2015Editor : Tab between columnsQuick update - this will be resolved in Editor 1.4.1. See the discussion here for further information. Allan