-
-
Notifications
You must be signed in to change notification settings - Fork 7
Feature requests #40
Comments
Thank you for your suggestions. I will evaluate those for future versions. What do mean by "button columns"? Do you have an example? |
The ability to have a column that contains buttons, and if you click the button, an event can fire with the parameter as the item that the row represents. For example, a "delete" button, which we can have fire a DeleteListItem(object listItem), so we can add a button to delete an item in the grid, and it will pass that item in its event. |
This should already be possible. For example, you could define a button column like so:
Update: I've added an example to the docs, please have a look https://blazorgrid.z6.web.core.windows.net/examples/buttons |
Definitely this feature will makes this component much better and more user friendly I would like to add one more feature request if possible Ability to Select /Deselect a Row / Multiple rows [ Either by checkbox or by different CSS for selected rows ] |
@NessfertIndia have you checked the Row highlighting example? Maybe this is what you are looking for |
Row highlighting is allowing selection of 1 row . Any way to make this multi selection and Can we highlight / differentiate between selected rows and non selected rows visually |
@elylv I have revisited this issue and gone through your suggestions in more detail to consider them for implementation, however I feel that all of these are beyond the scope of a "light weight" component. For example:
As for paging & toolbar, there are already dozens of grid components available which have these things as well as stuff like grouping, footers etc. If we add all of that then it's not a light weight component anymore. @NessfertIndia multiple row selection sounds interesting, could you share the use case for this? |
Multiple row selection scenarios is common if we deal with a list of table data where we want to select multiple items from the table and allow to perform further actions on that. Hope the explanation is clear and let know if need more info |
Why not implementing checkboxes for selecting each row with a header checkbox to select all items in the current page? This is very useful. |
This control looks interesting, it seems very responsive. There are a few things missing, however, that I would require before considering switching. I hope you can implement some of these in the future.
The text was updated successfully, but these errors were encountered: