1.0.4 β€’ Published 2 years ago

table-highlight v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

πŸ“• Table Highlight

  • ν…Œμ΄λΈ”(Table)μ—μ„œ 검색어(Search Text)λ₯Ό μ°Ύμ•„ κ°•μ‘° ν‘œμ‹œν•©λ‹ˆλ‹€.
  • Locate and highlight the search term in the table. Example

🏷️ κΈ°λŠ₯(Function)

πŸ’‘ μ‚¬μš© 예제(Usage Example)

예제(Example)

<input type="search" placeholder="Search..." title="search" oninput="rowHighlight(this.value,'#TableBody','tr','#0AA1DD','#FFF')">

맀개 λ³€μˆ˜ μ„€λͺ…(Parameter Description)

<input type="search" placeholder="Search..." title="search" oninput="rowHighlight({0},{1},{2},{3},{4})">
  • {0} : HTML <input> Tag Value(Search Text)
  • {1} : HTML <table> Or <tbody> Tag ID
  • {2} : HTML <tr> Tag
  • {3} : Background Color(Hex color codes)
  • {4} : Foreground Color(Hex color codes)

Row Highlighting

Text Highlighting

  • μ°ΎμœΌλ €λŠ” 값을 <td> νƒœκ·Έ μ•ˆ <div> νƒœκ·Έμ— ν¬ν•¨ν•΄μ•Όν•©λ‹ˆλ‹€.
  • To use this feature, you must have the value you want to find in the <div> tag.
    <tr>
        <td>
            <div>Rudyard Vaughn</div>
        </td>
        <td>
            <div>(127) 180-6271</div>
        </td>
        <td>
            <div>sapien@google.ca</div>
        </td>
        <td>
            <div>539-5771 Aliquet Av.</div>
        </td>
        <td>
            <div>Connacht</div>
        </td>
        <td>
            <div>Indonesia</div>
        </td>
    </tr>

🌐 λΈŒλΌμš°μ € 지원(Browser Support)

ChromeMicrosoft EdgeFirefox
ChromeMicrosoftEdgeFirefox
Latest βœ”Latest βœ”Latest βœ”

πŸ” 정보(Information)

πŸ–‹οΈ μ €μž(Author)

βš–οΈ λΌμ΄μ„ΌμŠ€(License)

  • λ‹€μŒ λΌμ΄μ„ΌμŠ€λ₯Ό μ€€μˆ˜ν•˜λ©° Licenseμ—μ„œ μžμ„Έν•œ 정보λ₯Ό 확인할 수 μžˆμŠ΅λ‹ˆλ‹€.

  • You comply with the following licenses and can find more information in the License

πŸ“– λΉ„κ³ (Remark)

  • λ¬Έμ˜μ‚¬ν•­(Issues)은 이곳을 μ°Έκ³ ν•΄μ£Όμ„Έμš”.