Search
23432 results 2791-2800
Forum
- 1st Oct 2016Copy/CSV/Print buttons with input columns and special charactersThank you that really helped. I have an updated working version here: http://live.datatables.net/leqonovo/3/edit
- 23rd Aug 2016"cannot reinitialise" when hiding columnsIts difficult to say without being able to see the page (per the forum rules ;-) ), but my guess is that the selector is picking up a second table. Perhaps try: $.fn.dataTable.tables({api:true}).column(5).visible(false); Do you have any other tables? Or does it use scrolling? Allan
- 4th Aug 2016How to change the values of the columns while using the excel buttonThanks allan
- 21st Jul 2016Acess columns array propertiesPerfect solution. Thanks!!
- 13th Jul 2016Datatable with fixed colums and highchart eliminates fixed columns after refreshThanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged. Information on how to create a test page, if you can't provide a link to your own page can be found here. Thanks, Tom
- 1st Jul 2016How can i do multi columns render ?What you have above should work as far as I can tell. If you link to a page showing the issue I'd be happy to take a look at it. Allan
- 1st Jul 2016Resposive does not hide multiple header row columnsHi, Unfortunately this is a known issue with Responsive and something that needs to be addressed in a future update. Sorry. Allan
- 27th Jun 2016Print and Save buttons for uneven rows and columns table?Hi, Thanks a lot, Allan for letting me know. Regards, Mayur
- 21st Jun 2016How to get max and min value of columns in data table using jQuery?Thank's you! I used the 3rd option
- 1st Jun 2016pass value to editor on a column with values from other columnsThe issue is that Editor works with the raw data, not the rendered data. So you'd need to have Editor fields for data.EMPRESA, data.CD_MAQ, etc individually. If you require them to be should collectively you'd need to use get and set formatters at the server-side to combine and then split the data to and from the database. Allan