You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have only used Textual for a about a week, and would like to make a few documentation additions:
Mention more source examples. Expand the Example Code paragraph on the first page of the guide to mention the doc/examples trees, and the specific directories in the beginning of the Widgets, Containers, and Actions pages.
Fix minor typos as I run across them again.
Add two sentences to Visibility and Display pages explaining how they are different, and that they take different parameters.
Add noters to Label and Static explaining they are similar outside of CSS styling.
Add better explanation of datafile's sort, clarifying what exactly is sent in the column parameters.
Mention how DataTables move_row(1) gives a starting cursor and that row numbers start at 1.
Mention that there is currently no filter() style functionality; it is often searched for.
Mention or add an example where a table is quickly displayed without a cursor (show_cursor(False)) for a simple reactive display.
Mention DataTable meaning of "selected" and "highlighted" records.
Clarify various zebra-stripes references to talk about .datatable--even-row style.
Add a FAQ section about debugging Textual Apps with PyCharm and Visual Studio.
My thought is to just write up what I can, each section as a separate commit in a PR, and submit. Any thoughts?
The text was updated successfully, but these errors were encountered:
I have only used Textual for a about a week, and would like to make a few documentation additions:
move_row(1)
gives a starting cursor and that row numbers start at 1.show_cursor(False)
) for a simple reactive display..datatable--even-row
style.My thought is to just write up what I can, each section as a separate commit in a PR, and submit. Any thoughts?
The text was updated successfully, but these errors were encountered: