Search
9149 results 411-420
Blog
- Vue3 component › Reactive datalt;DataTable class="display" :columns="columns" :data="data" :options="{ select: true }" ref="table" />
- DataTables 1.12 › Features › Other changesvia Ajax, local language options that are defined, will
- Introducing StateRestore › Usagea handful of config options for StateRestore. More basic
- Internationalisation Contributions › Usage › Creating a new languagecurrent languages. The language options are all listed as
- Editor 2 › New features › Tidy upfor completeness, the following options have been removed: ajaxUrl
- Using Editor's libraries for server-side processing › SearchPanes server-side processing › Server-sidelibrary to determine what options should be shown for
- Introducing SearchBuilder › Usagethe custom conditions configuration options, there are a handful
- Editor QR Scanner Integration › Building the plug-in › InstascanAPI methods and configuration options that we will not
- Introducing CloudTables › Coming soonvery soon!) File upload options More table filtering options
- Parent / child editing in child rows › Child table › DataTable configurationusing any of the options, events and APIs for
Forum
- 13th Jan 2011Setting options after initHow do I set options of my datatable after init?
- 5th Sep 2010Scrolling bug, not working properly with Column Filtering\Sorting optionsscroll the Column Filtering\Sorting options, because their sizes are
- 12th Feb 2010Editable with Select box of optionswith a list of options in a select box
- 20th Nov 2009default table display length and optionscustomize the display length options. Also passing the default
- 14th Nov 2024Header colspan in optionsI just migrated my code to Vue and am using the DataTables component like this: <CustomDataTable v-if="tableData.length > 0" :data="tableData" :columns="tableColumns" ref="dataTableRef" /> But i have not found a way to use a ComplexHeader with this method, is there a way? My objective:
- 6th Nov 2024Use of !important limits the options for CSS customizationIt isn't necessary as such - it could be replaced with more selective statements. I am trying to remove them as I go around doing various house keeping tasks. In many cases they help keep the CSS smaller, but I do recognise that they can be annoying. I'm slowly moving things over to CSS variables which makes colour customisation much easier. I had thought I'd done that already for the paging buttons, but apparently not. Added to the list! Allan
- 8th Aug 2024Datatables Editor Fields options list from DBAh!!! I clean missed that as well. Well done spotting that - it could have been a long head scratcher that! Allan
- 11th Mar 2024Layout options not workingMy expectation was that the 'pageLength', 'info' and 'paging' elementts would be on a single row with 'pageLength' on the left, 'info' in the centre and 'paging' on the right. Not with that confiuration. top and topStart/topEnd are actually two different rows - see the diagram at layout. You can use an array to put them all into top and then a little CSS to spread them out if you like though: https://live.datatables.net/vezewaro/1/edit . I think I'll probably put CSS like that into DataTables 2.1 by default, as this has popped up a few time for how to get items onto the same row. Allan
- 23rd Dec 2023How i can change options in Basic Select where shows, how many entries will be?You can customise that with lengthMenu - there are examples on that reference page. Colin
- 19th Sep 2023Printing options questionsHi, It looks like you are already adding a stylesheet using the customize function. That's how you control the styling of the print view. Add suitable CSS to get the styling you want. You've only got a single rule in it at the moment - you'd need the additional CSS to get the styling you require. Allan