Search
78 results 1-10
Manual
- Events › Examples › Modifying fieldsset( Field.SetType.CREATE ), new Field( 'last_updated' ) ) .on("preCreate", on_pre_create) .on("preEdit", on_pre_edit)
- Events › Examples › Modifying fieldscreated_by' )->set( Field::SET_CREATE ), Field::inst( 'last_updated_by' )->set( Field::SET_EDIT ) ) ->on( 'preCreate',
- Events › Examples › Modifying fieldsset( Field.SetType.Create ), new Field( 'last_updated' ) ) .on( 'preCreate', (editor, values)
- Events › Examples › Modifying fieldsget; set; } public string last_updated_by { get; set; } } } For the
Forum
- 2nd Dec 2024setup lastupdate field in MySQL on update current_timestamp but doesn't work in JS Datatable row.Already setup a field lastupdate default current_timestamp on update
- 26th Feb 2025Paging & Column Visibility In Server SideContactName" }, { data: "ContactPhone" }, { data: "LastUpdate", render: function (data, type,
- 21st May 2024Editor doesn't respect default values when importing CSV filesnot map let hidden = ['lastupdate', 'lastupdater']; if (!hidden.includes(field.name())) selectEditor.add({ label:
- 15th Apr 2024Hide Column Search Boxestrue, "searchable": true, }, { "data": "LASTUPDATE", "autoWidth": true, "searchable": true,
- 13th Apr 2024File Exporttrue, "searchable": true, }, { "data": "LASTUPDATE", "autoWidth": true, "searchable": true,
- 1st Oct 2019Columns and data from JSON not workingIts probably the . in <span data-i18n=\"viewHeader.lastUpdate\">letzte Änderung</span> That said, I would suggest not using HTML as a JSON key. Could you just use lastUpdate? Allan
- 3rd Jul 2019Date sorting is not working when formatting. JSON Result and REST API Call.Hi, you can try configuring the following {"data": "last_update", type : "date", // for ordering render: function(data, type, row){ // for visualizarion format if(type === "sort" || type === "type"){ return data; } return moment(data).format("DD-MM-YYYY HH:mm:ss"); } }
- 17th May 2019Use Jquery on a datable that is created from an Ajax callcolumns:[ { 'data': 'iLogId'}, { 'data': 'lastUpdate' }, { 'data': 'pid' }, { 'data': 'eventDate'
- 17th Mar 2019Problem with table display with jointIn your columns you have { data: "produit_prix.ID" },. Your data contains this: "produit_prix": { "produit_id": "1", "prix": "999.0000", "saison": "2018", "last_update": "17th March 2019", "id": "1" }, The variables are case sensitive. Try changing your column definition to this { data: "produit_prix.id" },. Kevin
- 26th Apr 2018Can sql() be used inside onXXXX event of Editor? If so, how?ORDER BY item_order ASC, last_update ASC'; $db->sql($q); $db->sql($q2); } ) ->process(