Search
10143 results 471-480
Examples
- Editor › Custom form layout / templatesp>Editor's default form layout is simple
- Editor › Stacked inputsp>Editor's default CSS is responsive, it
- Editor › Large window layoutplug-in for Editor. By default the Editor display is
- Editor › Field display styling optionsfield input elements. By default, Editor makes extensive use
- Editor › Envelope display controllercontrols example shows the default effect for these settings, while we alter the defaults here.
- Editor › Custom form layout / templates (tags)p>Editor's default form layout is simple
- Editor › Internationalisation (local)languages other than the default English - indeed this can
- Editor › Field typestitle="Editor field type">text (the default),
- Editor › Setting defaultsfive fields are given default values, while the other
- Editor › Custom display controllerlocked to the DataTables default, since the other frameworks
Forum
- 22nd May 2024Default layout - migration helpHi, i'd like to migrate from my actually situation: $.extend( $.fn.dataTable.defaults, { "dom": "<'row-fluid'<'span6'B><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>" } ); to the new "layout" syntax. I tried to use this: $.extend( $.fn.dataTable.defaults, { "layout": { topStart: 'buttons', topEnd: 'search' } } ); But the result is not as expected. CSS of my theme broke the layout. How can I put the "buttons" inside the "span" (and "span" inside "row-fluid") of my old syntax? Thanks
- 15th Apr 2024Default width is set for table, blocking it from being resized.Hello, I have the following issue. My main problem is that the responsive plugin seems not to function at all for me. Used DataTables version: link href="https://cdn.datatables.net/v/dt/dt-2.0.3/r-3.0.1/datatables.min.css" rel="stylesheet" script src="https://cdn.datatables.net/v/dt/dt-2.0.3/r-3.0.1/datatables.min.js"></script When I am initializing DataTables the following way: table.DataTable({ data: data, searching: false, paging: false, scrollCollapse: false, responsive: true, info: false, destroy: true, columnDefs: [ { orderable: false, targets: [5] }, ], }); A width style given in pixels is set on the table, that is not dynamically changing with the width of the browser, so as soon as the size of the window is decreased, the table will be out of bound. When I remove this width style, it becomes 100% from the table.dataTable class, and the resizing of the table becomes automatic, at some curtain point. It seems like there is a sort of minimal width, because no matter what I do in css, the width of the table won't get smaller then 590px. And the responsive plugin won't make the columns be possible to open and close. The table is simply just out of the window. The container of the table have the following styles: width:90% margin:auto. When I am loading the table in on a small screen, the columns become openable but still nothing is responsive in the table. If I increase the size of the window, the columns are not appearing and the width of the table stays the same. What can I do to solve this problem? Thanks for the help in advance!
- 14th Mar 2024i used datatable.js for excel export . when it export the excel it default set first row of filenamethanks allan my issue is resolved
- 20th Aug 2023Why doesn't the title attribute of a column header get copied into the default child rowApologies for the delay in the reply, the spam filter grabbed your message incorrectly. This example from this thread is demonstrating just that. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update that example, or link to your page, so that we can see the problem. Colin
- 15th May 2023Hello I ask how to change the default rows in entries.Are you asking how to show 5 in the length menu drop down? Use the lengthMenu to add the 5 option to the list. If this doesn't help then please provide more details about your question. Kevin
- 15th May 2023SearchBuilder Button Text reverts back to default after clickWhat to do is use language.searchBuilder.button to control that string - example here. The reason for that is that SearchBuilder will set the string for the button in its initialisation, which allows for language information to be Ajax loaded in. Allan
- 18th Nov 2022How to set the default number of rows displayedThat's certainly the way to do it. Possibly you had state saving enabled or the browser was caching an old file. Allan
- 16th Nov 2022Set selected item by defaulti cannot find a way how to solve... can you help me to add a filter here? http://live.datatables.net/gihuqawi/5/edit sorry and thanks
- 17th Oct 2022if datatable is empty then it should show "No data available in table." by default , but it's not ?oLanguage is the legacy form of the legacy option. You can only have one of them. One will overwrite the other. As I said we will need to see the problem to help debug. My examples show the options work so it is something specific to your solution. Kevin
- 11th Jul 2022How do I set a default filter in searchBuilder?There is an example of how to do that, with links to the relevant documentation, available here. Allan