Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port xplr.fn.builtin.fmt_general_table_row_cols_* over to Rust #645

Open
sayanarijit opened this issue Jul 8, 2023 · 0 comments
Open

Port xplr.fn.builtin.fmt_general_table_row_cols_* over to Rust #645

sayanarijit opened this issue Jul 8, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sayanarijit
Copy link
Owner

sayanarijit commented Jul 8, 2023

Similar to #644, but for xplr.fn.builtin.fmt_general_table_row_cols_*

See

xplr.config.general.table.row.cols = {

Let's make it nullable, and default to null.

Also, the following functions should be gone.

xplr/src/init.lua

Line 2944 in f3a2d51

xplr.fn.builtin.fmt_general_table_row_cols_1 = function(m)

xplr/src/init.lua

Line 2983 in f3a2d51

xplr.fn.builtin.fmt_general_table_row_cols_2 = function(m)

xplr/src/init.lua

Line 3004 in f3a2d51

xplr.fn.builtin.fmt_general_table_row_cols_3 = function(m)

xplr/src/init.lua

Line 3013 in f3a2d51

xplr.fn.builtin.fmt_general_table_row_cols_4 = function(m)

Opinion/discussion: We should probably have a single column by default.

Subtask of #641

@sayanarijit sayanarijit added help wanted Extra attention is needed good first issue Good for newcomers enhancement New feature or request and removed good first issue Good for newcomers labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant