Search
18953 results 611-620
Forum
- 3rd Apr 2017Override Create template to allow user to select a foriegn key relationYes, Editor has field type plug-ins available for Select2, Selectize, Chosen and jQuery UI AutoComplete. You can choose which ever you prefer to work with. This is the plug-ins list. Allan
- 1st Apr 2017create 2 tables in one page using data tables, not workingThere indeed isn't much information in the question. Seeing the little info provided, you'll need to give each table a unique id. $(document).ready(function() { $('#table1').dataTable(); $('#table2').dataTable(); } );
- 29th Mar 2017How to create "Headers and Footers" on datatables PDF?yes header and footer can be easily created using the plugins... if you still have problem, send me details here...
- 14th Mar 2017Hi! I kindly need help on how to create an interactive table that works like excel sheetThat's actually a little tricky in DataTables since rows can be reordered and filtered. What you would have to do is use a callback like in this example. That's just a simple counter, but you could extend it to do a summation. Allan
- 14th Mar 2017Extra parameters for editor on create or editI only just fully registered this part: However "TestParam" is always null in the request for some reason, even though I can see that it's been posted ok in Firebug. How are you trying to access it? $_POST['TestParam'] would be the way in PHP. Are you using PHP or .NET or something else? Allan
- 15th Feb 2017How to create function with both RowReorder and Export ButtonsWe can help if you post a link to your page or provide a test case using the steps here. Kevin
- 16th Jan 2017How do I create a search that looks for multiple things?Okay I figured it out. On click, do this: $.fn.dataTable.ext.search.push(function( settings, data, dataIndex ) { if ( data[7] == clickedState || data[8] == "Red" ){ return true }else{ return false; } }); table.draw();
- 16th Jan 2017jTable – jQuery Plugin to Create AJAX Based CRUD ,Search,filterTables using dao,bean,servlet in javathanks
- 11th Jan 2017On the create button popup, how do you access input values to load a readonly field?The val() method is the key one here. Use that to both get and set values for fields. You could also use field().get() and field().set() if you want to be more explicit. Allan
- 24th Nov 2016create an ajax json object from a simple indexed arraysorted it. i created a new array, looping