Search
43675 results 6831-6840
Forum
- 8th Jul 2016Dropdown/Select to filter tableYou can also try my yadcf plugin (which got lots of possible filter types out of the box) see showcase http://yadcf-showcase.appspot.com/
- 8th Jul 2016Where are we in the "table multiple primary key" support roadmap? :)This is with Editor I presume? Its the next feature to be implemented for v1.6 of Editor. I had hoped to do it today has it happens, but haven't had a chance to (amazing number of support requests this week for some reason!). Editor 1.6 will be out later this summer which this ability (I don't have a firm date for that release yet). Allan
- 5th Jul 2016I have a code from this site to get data from single table of a database but i have to use for multihttps://datatables.net/development/server-side/php_mysql
- 5th Jul 2016Editing table with checkboxes - how to submit only changed field on clickYes, you can use the submit option of the form-options object (set it using formOptions.main). Allan
- 1st Jul 2016fixedHeader pops up before scrolling reaches table headerI think I finally solved it. I changed my js from: ...$(document).ready(function() {... to ...$(window).load(function() {...
- 28th Jun 2016Filter data table based on external search parameters (date- range or text)Check out answers in this thread. Let me know if they answer your question. Are you referring to the DataTable search input? Or an custom external search input?
- 27th Jun 2016Print and Save buttons for uneven rows and columns table?Hi, Thanks a lot, Allan for letting me know. Regards, Mayur
- 24th Jun 2016Deleting a Row in a rowReorder Table reverts the most recent re-ordering - why?I managed to make this work by changing how I modified the row labels: https://jsfiddle.net/ChakronSA/sdwfcrmr/2/ I hit another problem though. It's different, so I'll post that in a new question.
- 22nd Jun 2016Retrieve the index of the row based on rowid of the tableCan you link to a test case, per the forum rules please. That should work okay assuming the row is on the current page. I would suggest simply table.row( '#484236' ).index() might be a little easier. Allan
- 20th Jun 2016Table Redraw Lag with EditorIf you could PM them to me by clicking my name above and then "send message", that would be great. Thanks, Allan