Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

feat: ability to set no records , no filter results & filter input title text in UiTable #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skhanna10
Copy link

@skhanna10 skhanna10 commented Jan 5, 2023

feat: added “title” attribute to UiFilter input
feat: ability to set “noRecordsText” (text to display when zero records where passed to UiTable) in UiTable
feat: ability to set “noFiterResultsText” (text to display when zero records where found while filtering table ) in UiTable
feat: ability to set “filterTitle” (text to display user hover over filter input field ) in UiTable
feat: added UiTable tests

feat(ui-table): added  no records text , no filter results text  and filter title property
feat(ui-table): added  ui-table tests
@mdeanjones
Copy link
Contributor

mdeanjones commented Jan 5, 2023

@skhanna10 It looks like this PR covers several new features. Could you update the title and add a description outline what all has been done?

@skhanna10 skhanna10 changed the title feat(ui-filter): added input field title property feat: added “title” attribute to UiFilter input feat: ability to set “noRecordsText” (text to display when zero records where passed to UiTable) in UiTable feat: ability to set “noFiterResultsText” (text to display when zero records where found while filtering table ) in UiTable feat: ability to set “filterTitle” (text to display user hover over filter input field ) in UiTable feat: added UiTable tests Jan 5, 2023
@skhanna10 skhanna10 changed the title feat: added “title” attribute to UiFilter input feat: ability to set “noRecordsText” (text to display when zero records where passed to UiTable) in UiTable feat: ability to set “noFiterResultsText” (text to display when zero records where found while filtering table ) in UiTable feat: ability to set “filterTitle” (text to display user hover over filter input field ) in UiTable feat: added UiTable tests feat: ability to set no records , no filter results & filter input title text in UiTable Jan 5, 2023
@skhanna10
Copy link
Author

@skhanna10 It looks like this PR covers several new features. Could you update the title and add a description outline what all has been done?

@mdeanjones : I have updated title & description , Please let me know if looks good now ?

@mdeanjones mdeanjones self-assigned this Jan 5, 2023
@mdeanjones mdeanjones added the enhancement New feature or request label Jan 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants