alexandre-castelain
alexandre-castelain
This is exactly the kind of thing I have in mind. We could add options: - Choice of text - Choice of icon - Choice of class - The same...
Hi @Kreyu , Indeed, the second option was what I had in mind. We currently have this kind of action in our data-table implementation, and it is very convenient to...
Proposal: Why not keep the current method of adding "global" filters and also add the ability to apply specific filters to individual columns? I'm not sure about the complexity of...
Hey @Kreyu, How can I help you with this bundle ? I see a lot of "enhancement" issues, but no bug in the Issues pannel. What's the plan to deliver...
Hello @Kreyu ! When you say you want to delete unnecessary blocks, are you referring to this: - kreyu_data_table | kreyu_data_table_table | table | kreyu_data_table_form_aware - kreyu_data_table_action_bar | action_bar -...
Can you explain why the filtration form inputs are displayed outside the form currently ?
Hi @Kreyu, After some digging, I found out that the problem comes from the method [`resetPagination()`](https://github.com/Kreyu/data-table-bundle/blob/v0.32.0/src/DataTable.php#L892). It's called in `filter`, `paginate` and `sort`. Removing the method call and moving it...
> What if we could completely drop the RowActionBuilderInterface, and just use the DataTableBuilderInterface? We can use the createAction, createRowAction and createBatchAction methods from the builder. The dropdown action should...
Hey, I'll try to focus on your second proposal, because it looks promising. > On the second thought, I think we are slightly... overthinking this. What if we simply create...
Maybe a naive question, but: wouldn't it be possible to create a specific "sub" block? For the ActionLinkType, for example: - First, we look for a block `dropdown_action_link_value` - If...