Search
1494 results 51-60
Forum
- 18th Jan 2022Scroll X and Scroll Y adds extra headers and footers in the body and messes up my tableThank you, this somewhat solved the issue. I had to rework my JS scripts to target the visible footer to add the sum. Because otherwise, it adds the sums in the 'div.dataTables_scrollBody' footer.
- 23rd Aug 2021When using Scroller with filtered results, the black row label appears in the wrong Y position.Thanks, much appreciated.
- 21st Oct 2020como convierto y recibo los datos devueltos por ajax a datatable ?how do I convert and receive the data returned by ajax to datatable The Ajax manual doc discusses how to use ajax. If this doesn't help please post more specific questions and maybe an example of the JSON response form the browser's network inspector. Kevin
- 28th Sep 2020datatable agendar turnos.Cómo visualizo en una tabla las horas disponibles y las que no?If you're using Editor, and you're referring to editing a datetime, you can use opts.hoursAvailable to restrict the hours your users can select. See the "Registered date" in this example here. Colin
- 4th Dec 2019Scroll Y visual issuesMetro helped me with the other part!! Add: .dataTables_wrapper { display: block!important; } Thank you ver much Allan and kthorngren
- 1st Jul 2019Misaligned rows in Fixed columns when scrolling Y...
- 15th May 2019Jquery DataTables Removes last row when table has complex header and Scroll Y enabledHey Allan, Figured out the issue. @MyTwoCents from stackoverflow pointed out that this is related to paging that default paging value is 10 in DataTables and I added paging: false to the DataTable Initialization and that works fine and fixed the issue. This can be closed now. Thanks, Abdul
- 30th Jul 2018fixed columns have y scroll instead of keeping the width fixed and header overlaps as wellIt works now! Thank you!
- 29th Jun 2018¿Se puede usar Datatables y Editor en WordPress?It is possible, but we don't currently produce a plug-in for WordPress that integrates Editor, so you'd need to load the Javascript for Editor directly. Es posible, pero actualmente no producimos un complemento para WordPress que integre el Editor, por lo que deberá cargar el Javascript para Editor directamente. Allan
- 23rd Jan 2018How to sort date time columns || Como ordenar la columna por fecha y diaYes, u have reason. Thank you very much for the information.