Search
9216 results 2771-2780
Forum
- 15th Oct 2019Updating cells in Datatableso not sure what options you have. The reason
- 14th Oct 2019Integers are sorted by first integer, not the entire integer value?Ah. That'll be me hitting a brick wall then! Where/how do you change these options? Are they values in a JS file that need changed? Sorry, I am completely new to stuff like this. NJ
- 11th Oct 2019Load with a click of a button DataTable does not loadHi @klermann , The problem is because you're initialising the table again, which isn't supported. Two options, 1. destroy the table as part of the initialisation - see here. 2. use rows().remove() and rows.add() to clear and re-add the rows. Cheers, Colin
- 11th Oct 2019Error saving editor form after uploading filesname: 'AutoCDRFiles.CDRSourceType', type: 'select', options: [ ... ], def: '0' }, { label: '@(lblo.lblFormatType)*:',
- 11th Oct 2019Reordering not triggering server editor updatean editor in rowReorder options, the 'row-reordered' event is
- 10th Oct 2019Can i display another editor when i click the edit button? It doesnt have to be edit button but any.working on the layout options in DataTables to make
- 10th Oct 2019logging editorfalse) ); } editor.Model<Model.ProfessionalContactManVM>("ProfessionalContactMan") .Field(new Field("ProfessionalContactMan.ContactMan_Degree") .Options(() => new List<Dictionary<string, object>>{
- 9th Oct 2019Colvis is broken in latest releaseusing the inbuilt buttons options available in Datatables. Here
- 7th Oct 2019How to Get Seen Rows?rows. You have different options on how to update
- 7th Oct 2019Bug: button collection doesn't workI've tried the nightly and it doesn't work as expected. Before: After: (multilevel options (such as length) don't work at all) elements are used, while the previous version used elements: