Sergei Predvoditelev

Results 264 comments of Sergei Predvoditelev

Detail view, by fact, is key-value list. Semantically `dd`/`dt`/`dl` tags is well suited for this case. `dt` and `dl` tags permit [flow content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#flow_content). Seems it's cover all cases. Docs: -...

This can be implemented via toolbar with buttons (as @glpzzz suggested) or with select, that contain actions: ![image](https://github.com/user-attachments/assets/a2a8cfa7-be8d-4ac6-bb0f-fe3cd11579b7) But, I think, this features should to be postponed until after the...

I like this suggestion

@glpzzz Any news? Maybe you need help?

> I can create the PR to add the required options to the GridView widget. Seems, this feature require to add CSS classes only, isn't it? What options are needed?

We can fix: - header, - footer, - top N rows, - bottom N rows, - left N columns, - right N columns. So, we need methods that enable/disable fixing...

This package provide HTML code only. CSS/JS should be added by user or other package.

It can be implemented as set of methods: 1) Methods that set freeze columns/rows/header/footer. For example `freezeHeader()` or `freezeTopRows(2)`. 2) Methods that set freeze classes. For example, `freezeConfiguration(FreezeConfiguration $configuration);` where...

Currently URL for action buttons don't generate automatically. Is such generation necessary? If yes, by what logic should it work?

It can be done something like this. 1) Optionally, add encoded current parameters to URL in actions as separate parameter. 2) Create new class for generate URL to page with...