-
Related forum post: https://www.bryntum.com/forum/viewtopic.php?f=51&t=20208
Guides contain sections explaining CRUD manager network API, but they do not cover protocol completely. A lot of text to…
bmblb updated
2 years ago
-
Hello everyone,
I recently need to make a sortable list based on ajax call and potentially contextualized by another field.
So i tried something like this :
```php
@php
$connected_entity …
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
I'm trying to use the hot reload feature by r…
-
Why not add the rest of the attributes of CRUDView?
I had to create my own function for that, but it will be nice to have it all get packaged in one method. No?
Then crud_for_model and crud_for…
A4TIF updated
5 years ago
-
Currently it would appear that sorting based off of join's fails within the admin interface.
Example table code:
```py
class ProjectAutomation(Table):
id = UUID(primary_key=True, default=uui…
-
Update the 'update' functionality for CRUD App.
-
Update the 'delete' functionality for CRUD App.
-
Update the 'create' functionality for CRUD App.
-
### Describe the bug
With this Menu Item
[
{
label: 'Home',
styleClass: 'menu-dashboard',
icon: 'pi pi-home',
id: 'home',
link: ['/'],
da…
-
After [https://fecgov.atlassian.net/browse/FECFILE-1774](https://fecgov.atlassian.net/browse/FECFILE-1774 "smart-link") and the fix in [https://github.com/fecgov/fecfile-web-api/pull/1166/files#diff-c…