Search
19071 results 7171-7180
Forum
- 27th Feb 2018Table filterthose values to dynamically create a set of checkboxes.
- 27th Feb 2018Hide rows with opposite valuesMaybe you need to create a search plugin. Here is an example: https://datatables.net/examples/plug-ins/range_filtering.html If you need more help please provide more specifics about the data and the search you want. Kevin
- 27th Feb 2018Add limit and offset editorthat, then you could create a VIEW with the
- 27th Feb 2018How can I add another select multiple or modify the existing to my needsyou need me to create a plug-in for Editor
- 27th Feb 2018Search/filter dropdownsonly one (unless you create plug-ins). This example shows
- 27th Feb 2018Datatables styles and plugins not working with NPMreturn ''; } } else { return data.status; } }, createdCell: function (td, cellData, rowData,
- 26th Feb 2018Could not find an element with `data-editor-id` of: [object Object]Just to complement the information, I can Create a new row, but if I try to Edit a row or column or cell, nothing happens and I get the "could not find an element with data-editor-id " error.
- 26th Feb 2018Buttons as Dropdpwnstext: "Actions", buttons: [ { extend: "create", editor: editor }, { extend: "edit",
- 23rd Feb 2018Hide Duplicate Example FormOops! I forgot the submit() call: { extend: "selected", text: 'Duplicate', action: function ( e, dt, node, config ) { editor .edit( table.rows( {selected: true} ).indexes(), false, { title: 'Duplicate record', buttons: 'Create from existing' } ) .mode( 'create' ) .submit(); } }, That should do it. Allan
- 21st Feb 2018FixHeader problemThe thing is, i can't give you access to the system because is a government system, but i can show you the code of how we create and use the datatables.