Skip to content

Commit 94d7fc8

Browse files
authored
Add docs for the ColumnSelect lifecycle hooks
1 parent cd89e9e commit 94d7fc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/misc/lifecycle-hooks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This is called prior to setting up the available Columns via the columns() metho
1919
## columnsSet
2020
This is called immediately after the Columns are set up
2121

22+
## configuringColumnSelect
23+
This is called immediately prior to setting up Column Select
24+
25+
## configuredColumnSelect
26+
This is called immediately after setting up Column Select
27+
2228
## rowsRetrieved
2329
This is called immediately after the query is executed, and is passed the result from the executed query.
2430

0 commit comments

Comments
 (0)