Search
2927 results 2721-2730
Forum
- 16th Sep 2022Position of search panes using Bootstrap 4 with buttonsame line: div.dataTables_filter { display: inline-block; margin-left: 1em; } #company-summary_filter { float:
- 14th Sep 2022Is it possible to make fields only addable, and not editable? when using EditorI've managed to make inline-editing available for only certain
- 3rd Jul 2022Is it possible to make certain columns narrower than the otherslt;/div> <footer> <div style="display: inline-block;" >Selected Record ID:</div> <div
- 5th Jun 2022column width not auto adjustingseems off. Removing display: inline-block; from the .itable CSS
- 21st Apr 2022Increase the distance from the search field to the table headercss({ 'width': '400px', 'display': 'inline-block' }); $('div.dataTables_filter').css({ 'margin-top': '1em' });
- 18th Feb 2022How to replace Data Tables text `Showing page 1 of 5 of x entries' with a link?I solved it this with using css: .toolbar, .dataTables_paginate { width: 50%; display: inline-block; }
- 11th Oct 2021SearchBuilder Configuration with Buttons - Inputs Layout768px) .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle;
- 27th Aug 2021How to get basic search builder workingof .dtsb-searchBuilder select {display: inline-block} and it fixed it.
- 24th Mar 2021Excel export button shifts menu length dropdown to line abovemake div.dataTables_length a display: inline-block. Allan
- 19th Mar 2021enter new row with unique ID having a complex ID-schemathis will work with inlineCreate() as well ;). Allan