Skip to content

discussions Search Results · repo:bosskmk/pluto_grid language:C++

Filter by

82 results
 (36 ms)

82 results

inbosskmk/pluto_grid (press backspace or delete to remove)

image https://ant.design/components/table#table image how can I achieved this in pluto_grid the first pic is what I did in web with antd I reimplemented this table in flutter with pluto_grid as below, ...

Details view https://github.com/bosskmk/pluto_grid/issues/1105

as titled , pls find the image below , I want to hide the first column form the list , which the key is : I created the dummy column that contain the button for edit and delete row img width= 693 alt= ...
  • kstangposted
    on Jul 24, 2022
  • 4

I had this issue even when trying with the example code. Anyone who how to fix this error ?

Using the Getx plugin for internationalization, table column title do not take effect, cells do

Is there a way to provide color to the entire table header? Currently, I ve provided backgroundColor to PlutoColumn but that doesn t affect the entire header row. image

This may be obvious... Can someone share with me how to set an initial sort column and sort direction? I am not seeing how to specify that in the interface.

footerRenderer: (rendererContext) { Container( height: 20, alignment: Alignment.center, padding: const EdgeInsets.only(right: 8), child: AutoSizeText( Total ), ) } but on widget inpsestor got constraints ...

It would be a shame for such a good project to stall completely

How can I create a table with out header or header is hidden by Pluto_grid? help me please!