please send to [email protected]
Thank You,
going til TFS way described in the links.
Hi - link is not working?
Hi - still a "newbie" to this update things :-) sorry...
how exactly should I update not only 3897 issue but also the other breaking changes?
Regarding 3897 I have changed the code in UserStore.cs but how about the base "AbpUserStore"?
Hi,
updated nuget packages - and now I cannot build project:
Build on .core project - error:
_Error CS7036 There is no argument given that corresponds to the required formal parameter 'userOrganizationUnitRepository' of 'AbpUserStore<Role, User>.AbpUserStore(IUnitOfWorkManager, IRepository<User, long>, IRepository<Role>, IAsyncQueryableExecuter, IRepository<UserRole, long>, IRepository<UserLogin, long>, IRepository<UserClaim, long>, IRepository<UserPermissionSetting, long>, IRepository<UserOrganizationUnit, long>, IRepository<OrganizationUnitRole, long>)' ZZZZZ.Core D:\TFVC\ZZZZZ\src\ZZZZZ.Core\Authorization\Users\UserStore.cs 23
Best regards, Michael
Hi again
sometimes looking into the documentation helps ;-)
https://datatables.net/reference/option/columns.render
This works:
{
targets: 6,
data: "addressStreet",
render: function (data, type, row, meta) {
return row.addressStreet + " " + row.addressNumber;
}
Thank you for input. Closing this case
/Michael
Hi,
record is just the variable/placeholder for the addressStreet data. I contains the value from there.
So what I need is somehow to get the record/row element from the datatable.
/Michael
Hi,
how can I render two data fields into one column - this code gives med "undefined undefined"
var dataTable = _$customersTable.DataTable({
paging: true,
serverSide: true,
processing: true,
listAction: {
ajaxFunction: _customerService.getCustomers,
.....
{
targets: 5,
data: "addressStreet",
render: function (record) {
return record.addressStreet + " " + record.addressNumber;
}
Hi,
With reference to https://keenthemes.com/metronic/preview/?page=crud/metronic-datatable/child/data-local&demo=default
Do you have any sample code for the DataTable with a child datatable - like the one from the above link ?
Reference: #6072
Best regards Michael Vad
Thank you