SithasoDaisy: Mashy Teaches TailwindCSS using b4x (with eBook)

pago realizado
ID TransacciΓ³n: 3VH54719VJ8856938

Ha enviado $15,00 USD a SITHASO HOLDINGS (PTY) LTD
Le avisaremos a SITHASO HOLDINGS (PTY) LTD que usted los ha enviado.
 

sdleidel

Active Member
Licensed User
Longtime User
Another Question, i have a Textbox in the column, how i can change the textcolor ?

And is this a BUG ?
only the second row is in red....

Sample:


123:
For u=1 To Lager_Produkte_Items.Size-1 Step 1
   
            mdlSDUITableLagerbestand.SetRowBackgroundColor( u, "red")
Next
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User
If you need to ask questions about SithasoDaisy, please use the thread below and not this thread. Please.

 

sdleidel

Active Member
Licensed User
Longtime User
Yes I know, the first index is 0.
I setting the color, after the items are set.
 

Mashiane

Expert
Licensed User
Longtime User
Localizing Table Title Names & Search

The code below changes the placeholder text for search and also change the titles of the Edit, Delete, Clone, Menu buttonss.


B4X:
SDUITable1.SetSearchPlaceholder("Buscar")
    SDUITable1.SetColumnEditTitle("Editar")
    SDUITable1.SetColumnDeleteTitle("Borrar")
    SDUITable1.SetColumnCloneTitle("Clon")
    SDUITable1.SetColumnMenuTitle("MenΓΊ")
    SDUITable1.SetColumnUploadTitle("Subir")

 

Mashiane

Expert
Licensed User
Longtime User
Exporting Table to CSV


 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…