Search
44094 results 11321-11330
Forum
- 30th Jun 2021Constant Column Width Post Searchcan use the CSS table { table-layout: fixed; } to stop
- 29th Jun 2021Update data on the servernew $.fn.dataTable.Editor( { ajax: '/abc_crm/dt/my/kv/kv.php', table: '#aaa_kv', fields: [ { label: "fio:",
- 29th Jun 2021Individual dropdown column filters (values) doesn't search on columns that are renderedSorry, realized my answer was not correct; Change your cloning statement to this: $('#table thead tr:eq(0)').clone(true).appendTo( '#table thead' ); Use the :eq(0) to clone only the first row. Without that its cloning both rows. Kevin
- 29th Jun 2021I am stuck and don't know how to solve it.Hi, As per the two suggestions of two examples at 1) https://datatables.net/examples/api/multi_filter.html 2) https://datatables.net/examples/api/multi_filter_select.html make a change as follows at http://live.datatables.net/pevowuca/3/edit but the table not working ? I don't know the reason. Any kind solution or help ?
- 29th Jun 2021About search builder.Hi Allan, Collin and All, Thanks for the reply. Could you able to help me to implement the use of theme creator along with a table ?
- 29th Jun 2021Saving multiple values in a row to another database fieldSELECT Column1, Column2 FROM table"; $query = $db->sql($sql)->fetchAll(); $data = []; foreach
- 28th Jun 2021Page Len Selector Control - Stylingworks fine when the table is not collapsed (any
- 28th Jun 2021Combining fixed header, export buttons, and double column filtering issuefound the error, had to change "table" to "tab" and the column search worked.
- 28th Jun 2021Data:null column if first return "Unknown field: (index 0)" errordo is sort the table by another column and
- 28th Jun 2021How to allocate button next to Search?I'm not clear what you mean there - on the reload you're explicitly referencing the table you want to reload, so it wouldn't reload them all. If I'm missing something, can you elaborate, please, Colin