Search
23601 results 4851-4860
Forum
- 5th May 2022how to show and hide a row using action button in tabledataYou can't hide/show rows, that only applies for columns (column().visible()) - but you can add and remove them with row.add() and row().remove(), Colin
- 4th May 2022Responsive table - always collapsedSee if Class control provides the desired behavior. Here is an example. I think you can use none to always display certain columns in the child. Kevin
- 4th May 2022colReorder BugLooks like there is an error in how SearchPanes handles reordered columns. Thanks for letting me know about this - I'll take a look at it before the next release of SearchPanes. Allan
- 3rd May 2022Sort arrow active based on ordervisible: false for the columns which got it to
- 3rd May 2022Orthogonal data from AJAX and column definition with HTML5 data attributesYou would need to use columns (or columnDefs) to breakdown that object - something like this: columnDefs: [{ targets: 1, render: { _: 'display', sort: 'sort' } }] Colin
- 1st May 2022Dynamically change names in ColVis - Reinitoption to label the columns - something like this - $(document).ready(function()
- 29th Apr 2022serverSide ajax function 'data' param sending '[object Object]' in the requestthe ajax option and columns as needed, to see
- 29th Apr 2022Add a class to searchbuilder dropdown datait's never the same columns / different order
- 29th Apr 2022how to serverside excel down dynamicallyYep, you would just assign the "msg_all" column, something like columns; [ { data: 'msg_all' } ] Please example here, Colin
- 28th Apr 2022Meu está bugando.in the misalignment of columns when scrolling is enabled.